cURL
curl --request DELETE \ --url https://api.krea.ai/jobs/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique identifier for a job
"3f5a4675-836e-402b-bd86-68168d55fdb8"
The job was deleted successfully
Was this page helpful?