DELETE/Users/{userId}
Deactivates a member.
Deactivated members are suspended and cannot log in until they are reactivated.
To set members as retired or delete them, you need to use the Admin Console or the LINE WORKS APIs.
Caution
- For the same member, the following API operations must be called in the order they are listed: Add a member, Update a member, Update part of a member, and Deactivate a member.
| Parameter | Type | Description |
|---|---|---|
| userId | integer | Member ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Not Found