Skip to main content
DELETE
Delete your account

Authorizations

Authorization
string
header
required

Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.

Body

application/json

DELETE /v1/users/me - body confirms the destructive action.

Provide exactly one credential proof: the current password (for password-backed accounts) or a TOTP code (when MFA is enabled). OAuth-only accounts must enrol in MFA before deletion is permitted.

mfa_code
string | null

TOTP code - required when MFA is enabled.

password
string | null

Current account password - required for password-backed accounts.

Response

Account deleted

Simple message response for operations without a body.

message
string
required