Delete a tag
DELETE {{yourAccountUrl}}/api/3/tags/:tagId
Request Body
{"tag"=>{"tag"=>"tag3", "tagType"=>"contact", "description"=>"testing adding a tag using the API"}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Api-Token | string | Your ActiveCampaign API Token |