DELETE Netmap Path
The Delete Netmap Path API is used to delete the specifications for a requested path entry.
Method | URI |
---|---|
DELETE |
/cdwebconsole/svc/netmapcommpaths |
The following example shows the Command:
curl -X 'DELETE' \
'https://172.20.186.254:9443/cdwebconsole/svc/netmapcommpaths' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjU0OjIzNjM6MDU5YTU0MWMtN2U1ZS00NWZjLTkyY2YtMmMwZjY3MmJjZTFhIiwiZXhwIjoxNzE1OTI3NjgxfQ.BDNQwaDKk3OenHWXjjucQ54EMw14YsqO17-EyACVoybDyhuFtfTeE9P4kR__HdVa98MIpL_2HHrVK8XVYRKX-A' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: 4d33b01d-c58f-443f-84c6-1f5337f67db7' \
-d '{"communicationPathName":"path1"}'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
communicationPathName |
Required |
Specifies the name of the path entry |
path |
The following example shows the Sample Response:
Sample Response :
[
{
"messageCode": 200,
"message": "The Communication Path has been successfully deleted"
}
]