cURL
curl --request DELETE \ --url https://api.edenai.run/v3/universal-ai/async/{job_id} \ --header 'Authorization: Bearer <token>'
Delete an async job by ID.
This permanently removes the job and its results. This action cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The job ID to delete
Job deleted successfully
Was this page helpful?
Contact support