Skip to content
Framework Docs

Delete Agent Data

$ llamacloud-prod beta:agent-data delete
DELETE/api/v1/beta/agent-data/{item_id}

Delete agent data by ID.

ParametersExpand Collapse
--item-id: string
--organization-id: optional string
--project-id: optional string
ReturnsExpand Collapse
BetaAgentDataDeleteResponse: map[string]

Delete Agent Data

llamacloud-prod beta:agent-data delete \
  --api-key 'My API Key' \
  --item-id item_id
{
  "foo": "string"
}
Returns Examples
{
  "foo": "string"
}