Deleting a Policy Template
This endpoint deletes the specified policy template.
DELETE /openapi/v1/application_templates/{template_id}
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
template_id |
string |
The unique identifier for the policy template. |
Response object: None
Sample python code
template_id = '<template-id>'
restclient.delete('/application_templates/%s' % template_id)