Docs are work in progress
Skip to main content

Delete network

DELETE 

/api/v1/networks/:networkId

This API endpoint removes a network identified by the provided networkId, provided it is not the default network and does not contain any nodes. Once network node is deleted, it cannot be retrieved.

Request

Path Parameters

    networkId stringrequired

    The networkId - unique id of the network

Responses

Success response

Schema

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