DELETE Secure Plus node
The Delete Secure Plus node is used to delete node or node alias of secure plus parmfile.
Method | URI |
---|---|
DELETE |
/cdwebconsole/svc/secureplusnode |
The following example shows the Command:
curl -X 'DELETE' \
'https://172.20.186.131:9443/cdwebconsole/svc/secureplusnode' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6ZWVmN2VhZDktZDExZS00Y2IyLTlkMDctYzFmNGVlZDc4NGE3IiwiZXhwIjoxNzE0MzEyMTEwfQ.D4BCmQabfjDB8xtZhogbI7MWyC48FYQf6ka6xJ7Q8djKNU9ST5lb7_XksU7udyRA9hsN33aYxeaJ2eI_Gyy7eA' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: ee01e741-f54b-489d-a807-88cc22b9bc6e' \
-d '{"secureNodeName":" CDWBM-01"}'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
secureNodeName |
Required |
Specifies the name of the node . |
Either in lower case or upper case or mixed case |
The following example shows the Request Payload:
{
"secureNodeName": " CDWBM-01"
}
The following example shows the Sample Response:
[
{
"messageCode": 200,
"message": "The Secure Plus node has been successfully deleted"
}
]