cURL
curl --request DELETE \ --url https://ts.playservices.tech/api/api/tournaments/{tournamentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "cancelled": true, "reason": "<string>", "refunds": { "totalRefunded": 123, "playersRefunded": 123 } }
Cancel a tournament and process refunds
Operator API key with role-based permissions (tournaments.read, players.write, etc.)
Unique tournament identifier
"12345"
Reason for cancellation
Tournament cancelled
Show child attributes