APIDelete Payment Integration - DELETE /merchant-accounts | BotSubscription

Remove Merchant Account

Permanently disconnect a payment provider from your subscription bot. This deletes the configuration and credentials. Existing subscriptions using this provider will no longer process renewals, so migrate users to a different provider first.

DELETE/v2/projects/{project_id}/merchant-accounts/{merchant_account_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringRequired

The unique identifier of the project.

merchant_account_idstringRequired

The unique identifier of the merchant account.

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/YOUR_PROJECT_ID/merchant-accounts/11111111-1111-1111-1111-111111111111" \
  -H "Authorization: Bearer YOUR_TOKEN"
Merchant account removedapplication/json

No response body is returned on successful deletion.

Last updated: