Skip to main content

Delete an Entity

Select

Customer Managed

This operation deletes given entity

Path Parameters
  • entityId string required
Responses

OK


Schema
  • errLogMessage string
  • errorCode integer
DELETE /dcube/entity/:entityid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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