Skip to main content

Delete tag from the entity tag list

Select

SaaS
Customer Managed

Used to delete tag from the entity tag list

Path Parameters
  • tagId int32 required

    Id of the tag to delete

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/entitytags/:tagid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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