cURL
curl --request DELETE \ --url https://api.batch.slng.ai/v1/batch/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "job_id": "myjob123", "status": "DELETED" }
Remove a completed or failed job. Only jobs with a terminal status (DONE or FAILED) can be deleted.
DONE
FAILED
API key from the SLNG dashboard.
The alphanumeric job identifier.
Job deletion accepted.
The job identifier.
Current job status.
QUEUED
IN_PROGRESS
DECODING
DELETED
Was this page helpful?
Contact support