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
"f7dc0bf3-1aa6-47ff-896e-5cc0ca90e384"
The job was deleted successfully
Was this page helpful?