Delete a Tenant Group Membership
Deletes a membership between a tenant and a group.
Method
DELETE /tenant/{id}/group-members/{groupId}
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the tenant. |
groupId | The id of the group. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | application/json | Request successful. |
403 | application/json | Identity service is read-only. |
500 | application/json | In case an error occurs. See the Introduction for the error response format. |
Example
Request
DELETE /tenant/tenantOne/group-members/sales
Response
Status 204. No content.