Remove ticket tags
Removes the supplied tags from the ticket (tags not present are ignored). Returns the remaining tags.
| Path Parameters |
|---|
id string — REQUIREDThe ticket ID. |
| Query Parameters |
|---|
bot string — REQUIREDThe unique ID of the bot. |
| Request Body — REQUIRED |
|---|
tags string[] — REQUIRED |
| Responses | ||
|---|---|---|
200Remaining tags returned.
| ||
400tags must be an array.
| ||
401Missing/invalid API key.
| ||
404Ticket not found.
| ||
429Rate limit exceeded.
| ||
500Internal server error.
|