Skip to main content
DELETE
/
payments
/
custom-provider
/
provider
Deleting an existing integration
curl --request DELETE \
  --url https://services.leadconnectorhq.com/payments/custom-provider/provider \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "success": "true"
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

locationId
string
required

Location id

Example:

"Lk3nlfk4lxlelVEwcW"

Response

Successful response

success
boolean
required

Whether the custom provider config is disconnect or not. true represents config is disconnect

Example:

"true"

Last modified on March 4, 2026