deleteTicketDefinition( )


Deprecated. This function will continue to work until November 8, 2024, but a newer version is available. Use the deleteTicketDefinition() function instead.

Migration Instructions. If this function is already in your code, it will continue to work. To stay compatible with future changes, migrate to deleteTicketDefinition(). To migrate to the new function:

  1. Add the new import statement:
Copy
1
  1. Look for any code that uses ticketDefinitions.deleteTicketDefinition(), and replace it with ticketDefinitionsV2.deleteTicketDefinition(). Update your code to work with the new deleteTicketDefinition() response properties.
  2. Test your changes to make sure your code behaves as expected.

Deletes a ticket definition.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Events - all permissions
Manage Ticket Definitions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID.


optionsDeleteTicketDefinitionOptions

Details of tickets to delete.

Was this helpful?
Yes
No