Skip to content
Get started

Delete an agent

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

Deletes an agent from the workspace

Path ParametersExpand Collapse
workspaceId: string
id: string

Delete an agent

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