Skip to main content

Delete tag definition

DELETE 

/api/meshobjects/meshtagdefinitions/:name

Delete a specific meshTagDefinition by name. Please note that deleting a meshTagDefinition will also remove all tag values for the key from all meshObjects specified by its targetKind.

A meshTagDefinition cannot be deleted while a building block reads it as a TAG input. The request then answers 409 Conflict and names the building block definitions that declare the input, and nothing is deleted.

Returns 204 No Content on successful deletion.

Authentication: This endpoint supports API Key authentication.

Request

Responses

204