Appearance
Remove Job
Permanently delete a job record. This is a hard delete and cannot be undone. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
jobId* | string | The unique identifier of the job to delete |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Job deleted successfully"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/admin/jobs/:jobId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/admin/jobs/:jobId