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.
🔑 Access with
API key
OAuth access with terminals.write
delete/terminals/pairing-codes/{pairingCodeId}
Path parameters
pairingCodeIdstring required
Example:termpc_R7gX5Ea9bC4DkFj3G
Provide the ID of the terminal pairing code.
Response
The revoked terminal pairing code object.
Changes
No recorded changes to this endpoint across all 1 revision of this API.