Tags
Delete tag
Deletes a tag definition and removes the tag from all subscribers. Fails when the tag is referenced by sequences or is a system tag.
delete/tags/{tagId}
Path parameters
tagIdstring required
Tag definition ID.
Response
Tag deleted
Example response
{
"success": true
}