Skip to content
Get started

Delete a variation

$ cadenya agents:variations delete
DELETE/v1/workspaces/{workspaceId}/agents/{agentId}/variations/{id}

Deletes a variation from an agent

ParametersExpand Collapse
--workspace-id: string

Workspace ID.

--agent-id: string

Agent ID. Accepts the canonical agent_… form or the external_id:<value> form.

--id: string

Variation ID. Accepts the canonical av_… form or the external_id:<value> form.

Delete a variation

cadenya agents:variations delete \
  --api-key 'My API Key' \
  --workspace-id workspaceId \
  --agent-id agentId \
  --id id
Returns Examples