Remove user from group (DELETE /v3/groups/{group_id}/users/{user_id})
Removes the specified user from the specified group.
If a user is removed from a group, the token used by the changed user may become invalid.
If a multi-region user executes this API, a 403 error occurs.
A certain period of time is required for the synchronization of deleted group information with other regions in use.
Request headers
Content-type
Indicates the format of content defined in the MIME specification.
Specify application/json. (required)
Data type | Cardinality |
---|---|
xsd:string | 1..1 |
Accept
Indicates the accept format defined in the MIME specification.
Specify application/json. (optional)
Data type | Cardinality |
---|---|
xsd:string | 1..1 |
X-Auth-Token
Valid authentication token
Data type | Cardinality |
---|---|
xsd:string | 1..1 |
Request parameters
group_id
Group ID (required)
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
xsd:string | 1..1 | None | None |
user_id
User ID (required)
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
xsd:string | 1..1 | None | None |
Response headers
HTTP status code
Returns the HTTP status code of the request.
One of the following values will be returned.
- 204:
- Normal completion
- 401:
- The token is invalid.
- 403:
- Authority to execute the requested action not possessed.
- 404:
- The specified user was not found.
- 404:
- The specified group was not found.
- 500:
- Unexpected error
- 504:
- The processing was not completed within a certain period of time.
Data type | Cardinality |
---|---|
int | 1..1 |