DELETE/users/{userId}
Deletes a member. Note that administrators cannot be deleted.
Caution
- Deleted members have a 7-day grace period before their data is permanently deleted.
- Note that the message room data of the deleted members is immediately deleted as they automatically "leave" the message room and cannot be recovered even if they are undeleted.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
user
directory
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Bad Request
Not Found