Skip to main content
DELETE
/
v2
/
agents
/
{agent_id}
/
schedules
/
{schedule_id}
Delete Schedule
curl --request DELETE \
  --url https://api.duvo.ai/v2/agents/{agent_id}/schedules/{schedule_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The agent's unique identifier

schedule_id
string<uuid>
required

The schedule's unique identifier

Response

Default Response

success
enum<boolean>
required
Available options:
true