Delete a User
DELETE {{baseUrl}}/api/v1/users/:userId
Deletes a user permanently. This operation can only be performed on users that have a DEPROVISIONED
status. This action cannot be recovered!. Calling this on an ACTIVE
user will transition the user to DEPROVISIONED
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sendEmail | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |