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
success
Whether the deletion was successful
message
Confirmation message (only present on success)
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
