Permanently deletes a user from the system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Bran258/api_centro_medico/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires authentication and admin role access.URL Parameters
id(string, required): Supabase UUID of the user to delete
Key Information
- This operation is permanent and cannot be undone
- Deleting a user does NOT delete the associated persona record
- This only removes the user authentication/authorization record
- The Supabase Auth user must be managed separately
Response
Returns a success message:Error Responses
404: User not found