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