Delete a Job Template
delete
/api/v2/job_templates/{id}/
Make a DELETE request to this resource to delete this job template.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Response
Supported Media Types
- application/json
204 Response
409 Response
Example Response (application/json)
{
"active_jobs":[
{
"id":"1",
"type":"job"
}
],
"error":"Resource is being used by running jobs."
}