DELETE SOCKS5 Proxy Server
Removes SOCKS5 Proxy Server from the Secure Proxy Configuration Manager.
With the deleteSocksProxyProfile/{SOCKS5 Proxy ServerName} method, you can delete a SOCKS5 Proxy Server on the Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
|
DELETE |
socksProxyConfig |
/sspcmrest/sspcm/rest/socksProxyConfig/deleteSocksProxyProfile/{SOCKS5 Proxy ServerName} |
Deletes the SOCKS5 Proxy Server from the Secure Proxy Configuration Manager |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
|
SOCKS5 Proxy Server Name |
Required |
Removes a SOCKS5 Proxy Server from the Secure Proxy Configuration Manager. |
Must be a non-empty string |
A-Z a-z 0-9 ._- |
HTTP EA Server request
The following example shows the HTTP request:
DELETE https://localhost:8443/sspcmrest/sspcm/rest/socksProxyConfig/deleteSocksProxyProfile/socksProxyProfileXML EA Server response
The following example shows the XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XmlResponse>
<httpCode>200</httpCode>
<httpStatus>OK</httpStatus>
<action>None</action>
<message>socksProxyConfigDef socksProxyProfile deleted.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>