Skip to main content

RemoveUser

Remove a user from a group

Description

Removes a user from a group.

Method

DELETE

Request URL Format

/api/v0/users

Params

Content-Type : application/json

{
"g_id": "グループを識別するID", //Required
"u_id": "ユーザーを識別するID", //Required
"w_id": "ワークスペースを識別するID"
}

Request URL Sample

DELETE https://api.xxx.com/api/v0/users

Response Sample

{
"error": null
}