DELETE/users/{userId}/user-profile-statuses/{userProfileStatusId}
구성원 상태를 삭제한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 ID 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