Remove a policy

delete/servers/{serverName}/policies/{policyName}
Internal-Use Only

Removes a policy from a CAS server.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
policyName
string
true

Policy to delete.

serverName
string
true

Server name containing the policy.

Responses

StatusMeaningDescription
204No ContentThe policy was removed.
400Bad RequestAn error occurred.Schema
404Not FoundThe server name does not exist, or the policy does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.