Marketplace
Remove Merchant
Suspend a sub-merchant from your marketplace.
DELETE
Remove Merchant
Suspends a sub-merchant from your marketplace. The relationship record is set tosuspended and the merchant’s marketplace assignment is cleared — it is not permanently deleted. A suspended merchant can be reactivated later.
Path Parameters
The business ID of the sub-merchant to suspend.
Response
Behavior
Only merchants with an active relationship to your marketplace can be suspended. The following changes happen atomically:- The
MarketplaceMerchantrecord status is set tosuspended. - The merchant’s portfolio
marketplace_idandmarketplace_commission_rateare cleared.
To restore a suspended merchant, use the Reactivate Merchant endpoint. To permanently remove a merchant’s data, use the Delete Merchant endpoint.
Error Codes
| Status | Error | Fix |
|---|---|---|
401 | Unauthorized | Provide a valid X-API-Key header |
403 | This endpoint is restricted to marketplace operators | Your account must have marketplace mode enabled |
404 | Active merchant relationship not found | The merchant is not actively linked to your marketplace or is already suspended |
