Skip to content
Get started

Delete a schedule

DELETE/v1/workspaces/{workspaceId}/agents/{agentId}/schedules/{id}

Deletes a schedule from an agent

Path ParametersExpand Collapse
workspaceId: string
agentId: string
id: string

Delete a schedule

curl https://api.cadenya.com/v1/workspaces/$WORKSPACE_ID/agents/$AGENT_ID/schedules/$ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples