Delete deployment template
Deletes a deployment template by id.
Responses
-
The deployment template was successfully deleted.
-
The requested region is not supported. (code:
templates.region_not_found
) -
The user is not authorized to access requested region. (code:
templates.region_not_allowed
) -
The deployment template specified by {template_id} cannot be found. (code:
templates.template_not_found
)
DELETE
/deployments/templates/{template_id}
curl \
--request DELETE 'https://{{hostname}}/api/v1/deployments/templates/{template_id}?region=string' \
--user "username:password"