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: Unstable

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: Unstable
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": "0aab9f95-072e-4683-a3bf-f81f1c990643", "errors": [ ] }