Scheduling & Ingestion · Schedule
Cancel or postpone
Take a fixture out of play. The record and its clips are retained.
POST
/matches/{externalId}/cancelRequest
{
"reason": "POSTPONED",
"note": "Waterlogged pitch, rescheduled to 12 Sep"
}Response, 200
{
"externalId": "g-88213",
"matchId": "68b9c1f04a2e7d3c91aa02",
"reason": "POSTPONED"
}reason is one of POSTPONED, CANCELLED, ABANDONED. A postponed fixture can be brought back by publishing it again with a new startTime; a cancelled one cannot.