## Delete a schedule **delete** `/v1/workspaces/{workspaceId}/agents/{agentId}/schedules/{id}` Deletes a schedule from an agent ### Path Parameters - `workspaceId: string` - `agentId: string` - `id: string` ### Example ```http curl https://api.cadenya.com/v1/workspaces/$WORKSPACE_ID/agents/$AGENT_ID/schedules/$ID \ -X DELETE \ -H "Authorization: Bearer $CADENYA_API_KEY" ```