Skip to main content
POST
/
v1
/
pay-connect
/
unpair
cURL
curl --request POST \
  --url https://api-payment.lab4pay.com/v1/pay-connect/unpair/ \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Pay-Connect-Integrator-Id: <x-pay-connect-integrator-id>'
Terminal is notified that Pay‑Connect was unpaired.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Pay-Connect-Integrator-Id
string
required

Pay-Connect Integrator ID

Response

Successful operation