Skip to main content

Remove ticket tags

Removes the supplied tags from the ticket (tags not present are ignored). Returns the remaining tags.

Path Parameters
id string REQUIRED

The ticket ID.

Query Parameters
bot string REQUIRED

The unique ID of the bot.

Request Body REQUIRED
tags string[] REQUIRED
Responses
200

Remaining tags returned.

Schema OPTIONAL
tags string[] OPTIONAL
400

tags must be an array.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

401

Missing/invalid API key.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

404

Ticket not found.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

429

Rate limit exceeded.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.

500

Internal server error.

Schema OPTIONAL
error string OPTIONAL

Human-readable error message.