Skip to main content
DELETE
/
v1
/
tags
/
{tagId}
Delete tag
curl --request DELETE \
  --url https://managexrapi.com/v1/tags/{tagId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Tag with id sFidGmedeQofSBcvRcyn not found"
}

Authorizations

Authorization
string
header
required

API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Path Parameters

tagId
string
required

Unique identifier of the tag

Query Parameters

organizationId
string

Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.

Defaults to the organizationId associated with the API key.

Response

Tag successfully deleted