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:

"c7f8f0e2-d4d5-48ef-a4d3-eac0c1d62903"

Response

The job was deleted successfully