deleteTicket

open suspend override fun deleteTicket(ticketId: String)(source)

Deletes an existing Ticket with a specific identifier within Open Match. If this Ticket has already been assigned to a match, this operation has no effect. However, the Ticket is immediately excluded from further match creation considerations. If no Ticket with such an ID exists, this method does not cause any changes within Open Match.

Parameters

ticketId

The identifier of the Ticket to be deleted within Open Match.

See also