Skip to main content
DELETE
/
jobs
/
{id}
Delete a job by ID
curl --request DELETE \
  --url https://api.krea.ai/jobs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

A unique identifier for a job

Example:

"3f5a4675-836e-402b-bd86-68168d55fdb8"

Response

The job was deleted successfully