Delete Admin Node Details

The Delete Admin Node API is used to delete an existing admin node.

Method URI

DELETE

/cdwebconsole/svc/main/adminnodecontroller

The following example shows the Command:
curl -X 'DELETE' \
                    'https://172.20.183.89:9443/cdwebconsole/svc/ main/adminnodecontroller ' \
                    -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjAzOjEzNjM6MTU0NzRkOGItYTRjZC00ZDVjLTg5NzMtZTIzYTZiYjA1YmM5IiwiZXhwIjoxNzE1MDAwNTE0fQ.028GAKiMpFaauKYkd7VDA1iC-IbcHgD_OWsuO_A0RLARyiQizOrHKhGBsttmadmiwUUE4OsL9VOddOC3MCj8uQ' \
                    -H 'Content-Type: application/json' \
                    -H 'X-XSRF-TOKEN: f124e232-0cdd-4a61-b882-63c1a45c8df8'
The following example shows the HTTP User Request:
[
   {
      "adminNodeName":"Node1"
   }
]
The following example shows the Sample Response:
{
   "messageCode":200,
   "message":"Given node is successfully removed"
}