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>'
Unpair the Pay-Connect from the terminal; a new OTP will be required to reconnect.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pay-Connect Integrator ID
Successful operation