Delete Policy Template

Delete Policy Template

Delete policy template

Request
URI
DELETE
https://{api_host}/vco/api/policies/templates/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
204

No content

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Cannot find a policy template with the specified ID or the user does not have 'delete' rights over it

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/policies/templates/{id}