Skip to main content

Delete an Instance

Select

SaaS
Customer Managed

This operation deletes a particular instance using instance id.

Path Parameters
  • InstanceId string required
Responses

OK

DELETE /instance/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
InstanceId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/instance/:InstanceId' \
-H 'Authtoken: <API_KEY_VALUE>'