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
"de9183dd-e7fd-4781-82e1-6db6b3193242"
The job was deleted successfully
Was this page helpful?