[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Delete Security Rule By ID

Description

Delete CWS Content Inspection rule by id

Request

Request

URL

URL


delete
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentInspectionRules/{ruleId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise ID


string
policyId Required

CWS Policy ID


string
ruleId Required

Security Rule ID


Response

Response

200 OK

CWS Content Inspection rule deleted

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentInspectionRules/{ruleId}


[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Feedback

Was this page helpful?