curl --request DELETE \
--url https://services.leadconnectorhq.com/payments/custom-provider/provider \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": "true"
}API to delete an association for an app and location
curl --request DELETE \
--url https://services.leadconnectorhq.com/payments/custom-provider/provider \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": "true"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Location id
"Lk3nlfk4lxlelVEwcW"
Successful response
Whether the custom provider config is disconnect or not. true represents config is disconnect
"true"
Was this page helpful?