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:

"f7dc0bf3-1aa6-47ff-896e-5cc0ca90e384"

Response

The job was deleted successfully