Docs are work in progress
Skip to main content

Delete network node

DELETE 

/api/v1/networks/nodes/:nodeId

This API endpoint removes a network node identified by the provided nodeId. Once network node is deleted, it cannot be retrieved. This operation does not affect other data related to network, machine.

Request

Path Parameters

    nodeId stringrequired

    The nodeId - uuid of the network node

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]
    payload boolean
Loading...