Deleting an existing integration
DELETE/payments/custom-provider/provider
API to delete an association for an app and location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location id
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Whether the custom provider config is disconnect or not. true represents config is disconnect
{
"success": "true"
}