Tags

Delete tag

Permanently deletes a tag and removes it from every meeting it was applied to.

DELETE
/tag/{tagId}

Path Parameters

tagId*integer

The ID of the tag.

Range0 < value

Response Body

application/json

application/json

curl -X DELETE "https://example.com/tag/1"
{  "id": 1,  "name": "Events",  "description": "Company events and offsites."}
{  "code": "string",  "error": "string",  "issues": [    {      "message": "string",      "path": "string"    }  ]}