Skip to content
Get started

Delete Extraction Agent

DELETE/api/v1/extraction/extraction-agents/{extraction_agent_id}

Delete Extraction Agent

Path ParametersExpand Collapse
extraction_agent_id: string
Cookie ParametersExpand Collapse
session: optional string

Delete Extraction Agent

curl https://api.cloud.llamaindex.ai/api/v1/extraction/extraction-agents/$EXTRACTION_AGENT_ID \
    -X DELETE \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
{}
Returns Examples
{}