Tickets

Delete A Ticket Record

Permanently removes the ticket and its transcript from Assistance. Does not delete the Discord channel if it still exists.

DELETE
/v1/guilds/{guild}/tickets/{ticketId}

Permanently removes the ticket and its transcript from Assistance. Does not delete the Discord channel if it still exists.

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
ticketId*string

Response Body

curl -X DELETE "https://example.com/v1/guilds/string/tickets/string"

How is this guide?