Delete tag

You can delete the details of tags that are on the workspace by passing in the id.

SecurityHTTP: bearerAuth
Request
path Parameters
id
required
string

The unique identifier of a given tag

Example: 123
header Parameters
Intercom-Version
string (intercom_version)
Default: 2.11

Intercom API version.
By default, it's equal to the version set in the app package.

Enum: "1.0" "1.1" "1.2" "1.3" "1.4" "2.0" "2.1" "2.2" "2.3" "2.4" "2.5" "2.6" "2.7" "2.8" "2.9" "2.10" "2.11" "Unstable"
Example: 2.11
delete
/tags/{id}
Request samples
Responses

200

Successful

400

Tag has dependent objects

401

Unauthorized

404

Resource not found

Response samples
application/json
{ "type": "error.list", "request_id": "8a14cc93-c527-4ee7-bf37-de90d27f38e1", "errors": [ ] }