Delete Spreadsheet Job
DELETE/api/v1/beta/sheets/jobs/{spreadsheet_job_id}
Delete a spreadsheet parsing job and its associated data. Experimental: not production-ready and subject to change.
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
{}