## Delete a schedule `$ cadenya agents:schedules delete` **delete** `/v1/workspaces/{workspaceId}/agents/{agentId}/schedules/{id}` Deletes a schedule from an agent ### Parameters - `--workspace-id: string` Workspace ID. - `--agent-id: string` Agent ID. Accepts the canonical `agent_…` form or the `external_id:` form. - `--id: string` Schedule ID. Accepts the canonical `as_…` form or the `external_id:` form. ### Example ```cli cadenya agents:schedules delete \ --api-key 'My API Key' \ --workspace-id workspaceId \ --agent-id agentId \ --id id ```