Skip to main content
DELETE
/
v1
/
batch
/
jobs
/
{jobId}
Delete batch job
curl --request DELETE \
  --url https://api.batch.slng.ai/v1/batch/jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "myjob123",
  "status": "DELETED"
}

Documentation Index

Fetch the complete documentation index at: https://docs.slng.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from the SLNG dashboard.

Path Parameters

jobId
string
required

The alphanumeric job identifier.

Pattern: ^[a-zA-Z0-9]+$

Response

Job deletion accepted.

Minimal acknowledgement returned when a job is queued or marked for deletion. Poll GET /v1/batch/jobs/{jobId} for the full record.

job_id
string
required

Alphanumeric job identifier.

status
string
required

Initial status. QUEUED on creation; DELETED on deletion.