---
title: "Revoke terminal pairing code"
method: DELETE
path: "/v2/terminals/pairing-codes/{pairingCodeId}"
tags: ["Terminals API"]
---

# Revoke terminal pairing code

`DELETE /v2/terminals/pairing-codes/{pairingCodeId}`

> ℹ️ **Test mode**
>
> This endpoint currently does not support test mode yet.

Revoke a pairing code, preventing the onboarding of new point-of-sale terminals.

Terminals that have already paired with this code are not affected.

## Path parameters

- `pairingCodeId` string, required

## Headers

- `idempotency-key` string

## Response `200`

The revoked terminal pairing code object.

## Other responses

- `404` — No entity with this ID exists.
- `422` — The request contains issues. For example, the pairing code to revoke is expired.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/versions/8b6839e22c14/schema)
