Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Example DeleteGroup transaction. The Default group is not deleteable.
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v3="http://v3.provisioning.ws.web.verba.com/">
<soapenv:Header/>
<soapenv:Body>
<v3:deleteGroup>
<token>oJYrqC0mSEEmHEoO9tcMBOV3NKJLvmyS</token>
<groupId>1</groupId>
</v3:deleteGroup>
</soapenv:Body>
</soapenv:Envelope>
Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:deleteGroupResponse xmlns:ns2="http://v3.provisioning.ws.web.verba.com/">
<return>
<message>This is the default group and so it can not be deleted.</message>
<statusCode>ERROR_ILLEGAL_ARGUMENT</statusCode>
</return>
</ns2:deleteGroupResponse>
</S:Body>
</S:Envelope>