Saltar al contenido principal
DELETE
/
chrono
/
schedules
/
{scheduleId}
Eliminar un horario
curl --request DELETE \
  --url https://api.altostrat.io/chrono/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Introduzca su clave de API en el formato: Bearer {clave}

Path Parameters

scheduleId
string<uuid>
required

El identificador único (UUID) del horario a eliminar.

Example:

"9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d"

Response

El horario se eliminó correctamente.