Delete Spreadsheet Job
DELETE/api/v1/beta/sheets/jobs/{spreadsheet_job_id}
Delete a spreadsheet parsing job and its associated data. Experimental: This endpoint is not yet ready for production use and is subject to change at any time.
Path Parameters
spreadsheet_job_id: string
Query Parameters
organization_id: optional string
project_id: optional string
Cookie Parameters
session: optional string
Delete Spreadsheet Job
curl https://api.cloud.llamaindex.ai/api/v1/beta/sheets/jobs/$SPREADSHEET_JOB_ID \
-X DELETE \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"{}Returns Examples
{}