Delete admin user
DELETE/v2/admin/users/:email
Permanently delete an administrative user account from the system.
Removes the user account and all associated data. This action cannot be undone. The user will immediately lose access to all administrative functions.
Business Value: Enables user lifecycle management and security compliance through account removal.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Admin user successfully deleted from the system
Invalid email format or malformed request
Authentication token is missing or invalid
Insufficient permissions to delete admin users
Admin user not found with the specified email address
Internal server error occurred while deleting user