DELETE User Proxy
The Delete User Proxy API is used to remove a proxy definition.
Method | URI |
---|---|
DELETE |
/cdwebconsole/svc/userproxies |
The following example shows the Command:
curl -X 'DELETE' \
'https://172.20.185.95:9443/cdwebconsole/svc/userproxies' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODUuOTU6MTM2Mzo5MWEyNDVlZC1iYTA1LTQ5NWQtYWFjNy1mYmJkNzE4ODY5NDAiLCJleHAiOjE3MTUwNzkxMTh9.7kqYDA0PRUTBvgM4YfsTAZQTppCRYoutNobIkZ3xxMkHKQTOsgwVnOnYBFVImx4mPcOy_zHZQgWAgBzqMK4kgQ' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: 6aa1810c-9e3f-47d1-816e-d813a7c63f5a' \
-d '{"proxyName":"Test@CD595W"}'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
proxyName |
Required |
Specifies the proxyName in form of UserName@NodeName. |
The following example shows the Sample HTTP User Request:
{
"proxyName": "Test@CD595W"
}
7
The following example shows the Sample Response:
[
{
"messageCode": 200,
"message": "The Netmap Node has been successfully deleted"
}
]