Delete a template via API
This method allows you to delete a template.
URL
/templates/<permalink>
- Replace
<permalink>
with the permalink of your template.
HTTP Method
DELETE
Supported Parameters
None
Example cURL Request
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://atech.deployhq.com/templates/api-created
Example response
{
"status":"deleted"
}