Skip to main content

Delete a Network Topology

Select

SaaS
Customer Managed

This endpoint is used to delete network topology.

Path Parameters
  • topologyId string required
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/networktopology/:topologyid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
topologyId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/NetworkTopology/:topologyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'