cURL
curl --request DELETE \ --url https://backend.computeflow.cloud/matchmaker/tickets/{id} \ --header 'api-key: <api-key>'
{ "message": "<string>", "status": "cancelled", "ticket_id": "<string>" }
API key for authentication
Optional client authentication token for player validation
ID of the ticket to cancel or leave a match with
Name of the matchmaker
Successfully removed player from matchmaking
cancelled