DELETE
/
matchmaker
/
tickets
/
{id}
curl --request DELETE \
  --url https://backend.computeflow.cloud/matchmaker/tickets/{id} \
  --header 'api-key: <api-key>'
{
  "message": "<string>",
  "status": "cancelled",
  "ticket_id": "<string>"
}

Authorizations

api-key
string
header
required

Headers

api-key
string
required

API key for authentication

client-auth-token
string

Optional client authentication token for player validation

Path Parameters

id
string
required

ID of the ticket to cancel or leave a match with

Query Parameters

matchmaker_name
string
required

Name of the matchmaker

matchmaker_id
string
required

Response

200
application/json

Successfully removed player from matchmaking

The response is of type object.