Delete member from a group
This DELETE
operation removes a member from a specific group by passing first the group’s ID then the memberId
into the URL. If successful, you receive an HTTP response code of 204
.
See HTTP response codes for other response codes. |
DELETE /sqs/api/groups/<id>/members/<memberId>
HEADER INFO
authorisation: HTTP Basic Auth
tenant: <tenantName>
permissions: SQS_GROUP_DELETE_PERMISSION
URL parameters
Parameter | Description |
---|---|
|
The auto-assigned identifier that was given to the group upon creation. |
|
A unique identifier for the member. |
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
group member not found |
||||
|
conflict with target resource
|
||||
|
failed validation; this typically means that a property was not set or a value is out of range. example
|
||||
|
failed processing (after passing validation). example
Example 1. SQS response codes
|
||||
|
internal error |
||||
|
request rejected due to overload |