Frontend API
Permanently delete the current user’s account and all associated data. This action cannot be undone and requires password confirmation.
cURL
curl --request DELETE \ --url https://{deploymentHost}/me/account \ --header 'Content-Type: application/json' \ --data '{ "password": "currentPassword123!", "confirmation": "DELETE_MY_ACCOUNT" }'
200
account_deleted
{ "status": 200, "message": "", "data": { "account_deleted": true, "user_id": "user_456789123", "deleted_at": "2024-01-15T16:00:00Z", "data_purged": true }, "session": { "signin_attempts": [], "signins": [], "signup_attempts": [], "active_signin": null }, "errors": []}
DELETE_MY_ACCOUNT
Show child attributes