DELETE/groups/{groupId}/members/{id}
Removes a group member. This API operation cannot remove a member from an external group or a dynamic group.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
group
| Parameter | Type | Description |
|---|---|---|
| groupId | string | Group ID or external key. required |
| id | string | Member, team, or group ID. The following types are available for a member ID: required |
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | Domain ID example : 10000001 format : int32 |
| type | string | required Allowed values : USER, ORGUNIT, GROUP |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Bad Request
Forbidden
Not Found