curl -X DELETE "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"deleted": true,
"deleted_at": "2024-03-06T17:00:00Z"
}
Delete a patient record from the system
curl -X DELETE "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"deleted": true,
"deleted_at": "2024-03-06T17:00:00Z"
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/DUVAN100/saludya-api/llms.txt
Use this file to discover all available pages before exploring further.
pat_1a2b3c4d5e6f)curl -X DELETE "https://api.saludya.com/api/patients/pat_1a2b3c4d5e6f" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"id": "pat_1a2b3c4d5e6f",
"deleted": true,
"deleted_at": "2024-03-06T17:00:00Z"
}