Delete Policy 1

Delete Policy 1

Delete a specified policy corresponding to its unique id.

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

Policy ID


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

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