Delete job
Jobs
Delete job
Soft-deletes a job. The job is flagged as deleted and no longer appears in list results. The underlying data is retained.
Only the job owner can delete a job. Returns 404 if the job is not found or does not belong to the authenticated user.
Deleting an already-deleted job returns 200.
DELETE
Delete job
Authorizations
API key for authentication.
Path Parameters
Unique job identifier returned from POST /catchAll/submit.
Response
Job deleted successfully (or already deleted).
True if the delete operation succeeded; false otherwise.
Example:
true
Human-readable result message.
Example:
"Job deleted successfully."
ID of the deleted job. null on failure.
Example:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"

