Skip to content
Get started

Delete Parse Configuration

DELETE/api/v1/beta/parse-configurations/{config_id}

Delete a parse configuration.

Args: config_id: The ID of the parse configuration to delete project: Validated project from dependency user: Current user db: Database session

Path ParametersExpand Collapse
config_id: string
Query ParametersExpand Collapse
organization_id: optional string
project_id: optional string
Cookie ParametersExpand Collapse
session: optional string

Delete Parse Configuration

curl https://api.cloud.llamaindex.ai/api/v1/beta/parse-configurations/$CONFIG_ID \
    -X DELETE \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
Returns Examples