DELETE Netmap Node
The Delete Netmap Mode API is used to remove a mode entry from the netmap.
Method | URI |
---|---|
DELETE |
/cdwebconsole/svc/netmapmodes |
The following example shows the Command:
curl -X 'DELETE' \
'https://172.20.186.254:9443/cdwebconsole/svc/netmapmodes' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjU0OjIzNjM6OTVkNzRiYTMtM2NhMi00MDc0LWFkZTEtMGE5ZmZmZTJmZmQ0IiwiZXhwIjoxNzE1MjI3ODA5fQ.w8TZEPARO8y5Afz_HlzyUSKWa_oe49RLRwWmP0GCnGu4HLxRO2nKoIA_3cGMX1T37xCTjHnZbkqN2UxYTY9mAQ' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: 04be95a7-4300-489b-bcc6-394006b47cf8' \
-d '{"modeName":"Test1"}'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
modeName |
Required |
Specifies the name of the mode definition. |
Sample Value: Test1 |
The following example shows the Sample Response:
[
{
"messageCode": 200,
"message": "The Netmap Mode has been successfully deleted"
}
]