Skip to main content

Delete a Network

DELETE 
/networking/networks/:id

Delete a network. The ID in the path can either be the name of the network (e.g. MYNETWORKPROD) or object ID.

Request

Path Parameters

    id stringrequired

    The id of the network

Responses

200: Successful response

401: Authentication error

403: Authorization error

Loading...