Delete Extract Job
DELETE/api/v2/extract/{job_id}
Delete an extraction job and its results.
Delete Extract Job
curl https://api.cloud.llamaindex.ai/api/v2/extract/$JOB_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"{}Returns Examples
{}