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
"f0d4033b-9c96-42d2-9409-e8aee303c7db"
The job was deleted successfully
Was this page helpful?