Ticket Panels

Delete A Ticket Panel

DELETE
/v1/guilds/{guild}/ticket-panels/{panelId}

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string
panelId*string

Response Body

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

How is this guide?