Delete user account

Permanently deletes the current user’s account and all associated data. This action is irreversible and will trigger a USER_DELETED Kafka event.

Authentication

AuthorizationBearer
JWT token obtained from authentication endpoints

Response

User account deleted successfully
successboolean
Whether the deletion was successful
messagestring or null

Confirmation message (only present on success)

Errors