Delete Proxy Rule
Delete a specific proxy rule.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/proxyRules/{id}
COPY
Path Parameters
string
id
Required
Proxy Configuration ID URN
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/proxyRules/{id}
Availability
Added in 38.0
Proxy Rules Operations
GET
Query Proxy Rules
POST
Create Proxy Rule
GET
Get Proxy Rule
PUT
Update Proxy Rule
DELETE
Delete Proxy Rule