Skip to main content
DELETE

Parameters

string
required
The job ID to retrieve

Authentication

string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

boolean
Indicates if the job was deleted successfully
string
The unique identifier of the deleted job
string
Confirmation message about the deletion
Jobs are soft-deleted — they are flagged as archived rather than removed from the database. The id of an archived job remains stable; subsequent GET requests for that id return 404 Not Found.

Error Responses

Authorization Errors

400 - Bad Request
400 - Bad Request

Request Format Errors

400 - Bad Request
400 - Bad Request
400 - Bad Request
400 - Bad Request

Token Validation Errors

401 - Unauthorized
401 - Unauthorized

Job Access Errors

404 - Not Found