$ curl https://api.intercom.io/tags/17513 \
-X DELETE \
-H 'Authorization:Bearer <Your access token>' \
-H 'Accept: application/json'# Not exposed in Ruby client<?php
// Not exposed in PHP client
?>Tag.delete(tag);You can delete a single tag.
| Paremeter | Type | Required? | Description |
|---|---|---|---|
| id | String | Yes | The unique identifier of the tag. |
This will return a Tag Model of the tag you just deleted.