Delete current end user account
DELETE/auth/users/me
Delete the current end user account (GDPR right to erasure). This is a soft delete — the account is marked as deleted but data is retained for a period to allow for recovery or legal requirements.
Responses
- 200
- 404
- 410
- 500
Account deleted successfully
User not found
Account already deleted
Internal server error