cURL
curl --request DELETE \ --url https://backend.computeflow.cloud/matchmaker/matches/{id} \ --header 'api-key: <api-key>'
{ "message": "<string>", "match_id": "<string>", "matchmaker_id": "<string>", "player_count": 123, "tickets_cleaned": 123, "missing_ticket_count": 123, "server_id": "<string>" }
API key for authentication
Optional client authentication token for player validation
ID of the match to delete
Name of the matchmaker
Match deleted and cleaned up successfully
Number of players in the match that was deleted
Number of ticket references cleaned up
Number of players whose tickets were already missing