RemoveUser
グループからユーザーを削除する
Description
グループからユーザーを削除します。
Method
DELETE
Request URL Format
/api/v0/users
Params
Content-Type : application/json
{
"g_id": "グループを識別するID", //必須
"u_id": "ユーザーを識別するID", //必須
"w_id": "ワークスペースを識別するID"
}
Request URL Sample
DELETE https://api.xxx.com/api/v0/users
Response Sample
{
"error": null
}