APIRemove Merchant Account

Remove Merchant Account

Remove a merchant account from a project.

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: