Permanently deletes a person (persona) record 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(integer, required): The persona ID to delete
Key Information
- This operation is permanent and cannot be undone
- If the persona is linked to a Usuario, you should delete or update the Usuario first
- Database constraints may prevent deletion if the persona is referenced by other records
Response
Returns a success message:Important Considerations
Before deleting a persona:- Check if it’s linked to any Usuario records
- Consider if the persona has associated appointments or medical records
- Ensure you have proper backups if this is sensitive data