Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
schedules
/
exceptions
/
{exceptionId}
Eliminar excepción puntual del horario
curl --request DELETE \
  --url https://api-prod.studio.getsupervisor.ai/v1/agents/{agentId}/schedules/exceptions/{exceptionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "code": "<string>",
  "message": "<string>",
  "details": {
    "subcode": "<string>",
    "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

agentId
string<uuid>
required

Identificador del agente

exceptionId
string<uuid>
required

Identificador de la excepción de horario del agente

Response

Excepción eliminada