{"type":"api","title":"Delete Template","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/963b8613-6bdd-3b27-ae70-defd3dac9131","info":{"title":"Device Configuration Templates API","description":"Device Configuration Templates API","version":"1.0.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Device Configuration/device-config-templates-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1","description":"Generated server url"}]},"spec":{"tags":["Template API"],"operationId":"deleteTemplate","requestBody":{"content":{"application/json":{"schema":{"description":"Template name List","type":"object","properties":{"template_name":{"description":"Template name List","type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/TemplateNameList"},"example":{"templateName":["test"]}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"},"example":" "}}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"method":"delete","path":"/templates"}}