curl -X DELETE "https://api.nevatal.com/api/v1/appointments/doctors/schedule/66dc441b8208f63a0269eecf" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"success": true,
"data": null,
"message": "Horario del doctor eliminado exitosamente"
}
Appointments
Delete Doctor Schedule
Remove the doctor’s schedule entirely — the doctor stops offering availability
DELETE
/
api
/
v1
/
appointments
/
doctors
/
schedule
/
{doctorId}
curl -X DELETE "https://api.nevatal.com/api/v1/appointments/doctors/schedule/66dc441b8208f63a0269eecf" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"success": true,
"data": null,
"message": "Horario del doctor eliminado exitosamente"
}
Deletes the schedule document for the doctor. Availability caches are
invalidated immediately, so slot queries reflect the change on the next
request. Requires Manage permission on the Appointments module.
Path Parameters
string
required
The doctor’s user ID
curl -X DELETE "https://api.nevatal.com/api/v1/appointments/doctors/schedule/66dc441b8208f63a0269eecf" \
-H "Authorization: Bearer nvtl_your_api_key"
{
"success": true,
"data": null,
"message": "Horario del doctor eliminado exitosamente"
}

