Permanently delete user account
Deletes the user account and soft-deletes the associated workspace.
The current account password must be supplied as a confirmation
step; an incorrect password returns 401 before any deletion occurs.
This operation cannot be reversed. All agents, numbers, and
workspace configuration become inaccessible. To remove only the
workspace without deleting the user account, use
`DELETE /v1/workspace` instead.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
password
Current account password, used to confirm the deletion
Response
Account deleted
message
Human-readable confirmation message
Errors
400
Delete Account Request Bad Request Error
401
Delete Account Request Unauthorized Error