DELETE

Delete Ticket Definition


Permanently deletes a ticket definition.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Ticket Definitions
Manage Events
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events-ticket-definitions/v3/ticket-definitions/{ticketDefinitionId}

Path Params
ticketDefinitionIdstringRequired

ID of the ticket definition to delete.

Response Object
Returns an empty object.
Delete ticket definition
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?