Terminals API
Revoke terminal pairing code
ℹ️ 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.
delete/v2/terminals/pairing-codes/{pairingCodeId}
Path parameters
pairingCodeIdstring required
Example:termpc_R7gX5Ea9bC4DkFj3G
Provide the ID of the terminal pairing code.
Headers
idempotency-keystring
Example:123e4567-e89b-12d3-a456-426
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
The revoked terminal pairing code object.