cURL
curl --request DELETE \ --url https://managexrapi.com/v1/tags/{tagId} \ --header 'Authorization: Basic <encoded-value>'
{ "message": "Tag with id sFidGmedeQofSBcvRcyn not found" }
Delete a tag
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
API_KEY_ID
API_KEY_SECRET
Unique identifier of the tag
Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.
Tag successfully deleted