Delete User

❗️

This is a hard delete. We recommend deactivating users instead of deleting them. To deactivate a user, use PUT or PATCH and set the active field to false.

Delete a user from the account. Note that certain users cannot be deleted, such as account owners and default document owners.

Path Params
string
required
Responses
204

No Content. User was successfully deleted.

400

Bad Request. Occurs if an unexpected error prevents user deletion.

401

Unauthorized. Occurs if bearer token is invalid.

404

Not Found. Occurs if the user does not exist.

409

Conflict. Occurs if the user cannot be deleted (e.g., account owner or default document owner).

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!