Skip to content
Get started

Delete an agent

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

Deletes an agent from the workspace

ParametersExpand Collapse
--workspace-id: string

Workspace ID.

--id: string

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

Delete an agent

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