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
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

204 Response

409 Response

Body
Example Response (application/json)
{
    "active_jobs":[
        {
            "id":"1",
            "type":"job"
        }
    ],
    "error":"Resource is being used by running jobs."
}
Back to Top