---
title: "Cancel Free Rounds"
method: POST
path: "/free-rounds/cancel"
tags: ["Free Rounds"]
---

# Cancel Free Rounds

`POST /free-rounds/cancel`

Cancel existing free rounds campaign

## Headers

- `X-REQUEST-SIGN` string, required

## Request body

- CancelFreeRoundsRequest
  - `id` string, uuid — Free rounds ID (internal). Used as idempotency key. One of id or external_id must be provided.
  - `external_id` string — Free rounds ID (external). Used as idempotency key. One of id or external_id must be provided.
  - `cid` string, uuid, required — Client's ID (internal)

## Response `200`

ok

- CancelFreeRoundsResponse
  - `id` string, uuid, required — Free rounds ID (internal).
  - `external_id` string, required — Free rounds ID (external). It always provided on create request.

## Other responses

- `401` — Wrong signature or API key
- `404` — Free rounds campaign not found
- `500` — Server error occurred

---

[API](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api.md) · [All operations](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastplaynetwork/playhub-core-api/revisions/2cfd86cc6d48/schema)
