---
title: "Cancel a bulk pairing"
method: DELETE
path: "/api/bulk-pairing/{id}"
tags: ["Bulk pairings"]
---

# Cancel a bulk pairing

`DELETE /api/bulk-pairing/{id}`

Cancel and delete a bulk pairing that is scheduled in the future.
If the games have already been created, then this does nothing.
Canceling a bulk pairing does not refund the rate limit cost of that bulk pairing.

## Path parameters

- `id` string, required — The ID of the bulk pairing

## Response `200`

The bulk pairing was successfully deleted.

- Ok
  - `ok` boolean, required

## Other responses

- `404` — The bulk pairing to delete was not found.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
