Delete Tag
DELETE
/tag/{tagId}
Permanently removes a tag and all its assignments
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
tagId*
The unique identifier of the tag to delete
Type
Requiredstring
Responses
Tag successfully deleted
application/json
JSON
{
}
