DELETE/users/{userId}/user-profile-statuses/{userProfileStatusId}
ユーザーのステータスを削除する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| userProfileStatusId | string | ユーザーステータス ID required example : uprofile-b785-4aae-c330-01e94337846b |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Not Found