Pular para o conteúdo principal
DELETE
/
chrono
/
schedules
/
{scheduleId}
Excluir um agendamento
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

Insira sua chave de API no formato: Bearer {key}

Path Parameters

scheduleId
string<uuid>
required

O identificador único (UUID) do agendamento a ser excluído.

Example:

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

Response

O agendamento foi excluído com sucesso.