Delete your account
Deletes the account’s personal information, signs out active sessions, removes organization memberships, and revokes pending invitations sent by the user. Audit history is retained.
Requires fresh credential proof: the current password (password-backed accounts) or a TOTP code (MFA-enabled accounts). At least one must be supplied; both being valid is fine but a single matching proof is enough.
Returns 409 Conflict if the user is the sole owner of an organization -
ownership must be transferred first.
Authorizations
Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.
Body
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.
Response
Account deleted
Simple message response for operations without a body.