Skip to main content

Delete Network Topology (Deprecated)

Select

Customer Managed

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation deletes a network topology.

Path Parameters
  • topologyId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /firewalltopology/: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/FirewallTopology/:topologyId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'