Deletes a job by ID
/api/v1/jobs/{id}
Authorized
This endpoint deletes a single job. Users with JOB_MANAGER_DELETE can delete any job; users with JOB_MANAGER_LIST_OWN can only delete their own.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
id |
string |
path | required | Job ID |