Delete the authenticated user account (self-service)
Authentification & compte
Delete the authenticated user account (self-service)
GDPR-compliant soft delete: anonymises the user row (preserves the audit trail on invoices/tickets/audit logs) and revokes all sessions. Refused while the user has active services or unpaid invoices - they must settle those first. Requires confirming the account email.
DELETE
Delete the authenticated user account (self-service)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - undefined
Related topics
Quickstart