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
"c7f8f0e2-d4d5-48ef-a4d3-eac0c1d62903"
The job was deleted successfully
Was this page helpful?