Delete Proxy
Delete a specific proxy. Will not delete an enabled proxy unless force is specified.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/proxies/{id}
COPY
Path Parameters
string
id
Required
Proxy ID URN
Query Parameters
boolean
force
Optional
If true, will delete proxy regardless of proxy state.
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/proxies/{id}
Availability
Added in 34.0
On This Page
Proxy Operations
GET
Get Proxies Pac File For Tenant
GET
Get Proxies
POST
Create Proxy
GET
Get Proxy
PUT
Update Proxy
DELETE
Delete Proxy
GET
Get Proxy Certificate
PUT
Update Proxy Certificate
GET
Get Proxy CRL
PUT
Update Proxy CRL
GET
Get Proxy Certificate Thumbprint
Deprecated