Remove a policy

delete/servers/{serverName}/policies/{policyName}

Removes a policy from a CAS server.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
policyName
string
true

Policy to delete.

serverName
string
true

Server name containing the policy.

Responses

StatusMeaningDescription
204No Content

The policy was removed.

400Bad Request

An error occurred.

Schema
404Not Found

The server name does not exist, or the policy does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.