Delete Content Filtering Security Rule By Id
Delete CWS Content Filtering rule by id
Request
URI
DELETE
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentFilteringRules/{ruleId}
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise ID
string
policyId
Required
CWS Policy ID
string
ruleId
Required
Security Rule ID
Responses
200
CWS Content Filtering rule deleted
Operation doesn't return any data structure
400
Invalid Input
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors
500
Internal Server Error
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors
Cws Content Filtering Rules Operations
POST
Add Content Filtering Security Rules
DELETE
Delete Content Filtering Security Rule By Id
GET
Get Content Filtering Security Rule By Id
GET
Get Content Filtering Security Rules
PATCH
Update Content Filtering Security Rule By Id
PATCH
Update Content Filtering Security Rules