/ticketpanel delete
Delete a ticket panel configuration from your server. This removes the panel's settings and makes it unusable.
π¬ Usage
/ticketpanel delete <name>
<name>
β The name of the ticket panel you want to delete. Must match an existing panel.
β οΈ This only removes the configuration. If the panel was previously posted in a channel, the message will not be deleted automatically.
π Example
/ticketpanel delete support
This will:
Permanently delete the
support
ticket panel from your serverFree up the name to be reused for a new panel if needed
ποΈ Notes
This action cannot be undone β make sure you're deleting the correct panel.
To view available panel names, use
/ticketpanel list
.If you accidentally delete a panel, you will need to recreate it from scratch with
/ticketpanel create
.
π Related Commands
/ticketpanel create
β Create a new ticket panel/ticketpanel list
β View all configured ticket panels/ticketpanel edit
β Modify an existing ticket panel
Last updated