Skip to main content
DELETE
/
extract
/
{job_id}
Delete an extraction job
curl --request DELETE \
  --url https://api.cloudglue.dev/v1/extract/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The unique identifier of the extraction job

Response

Successful deletion

id
string
required

Unique identifier for the extract job