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

# Revoke terminal pairing code

`DELETE /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.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [OAuth access with **terminals.write**](/reference/authentication)

## Path parameters

- `pairingCodeId` string, required

## 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/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
