Deactivate a user
DELETE/scim/v2/Users/:id
Soft-delete (deactivate) a user. The user must belong to the partner the SCIM key is bound to.
Request
Responses
- 204
- 401
- 404
The user was deactivated.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.
Not found. The user does not exist, or exists but belongs to a different
partner than the one the key is bound to. An invalid account id format
also resolves to 404.