Skip to main content

Detach EventDate from Ticket Type

DELETE 

/ticket/:guid/dates/:eventdate_guid

Detach an EventDate from a Ticket Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

    eventdate_guid uuidrequired

    The guid of the EventDate.

Responses

EventDate detached from Ticket Type. This returns an emtpy response.

Loading...