Sub-Merchants
Deactivate a Sub-Merchant
Deactivate a sub-merchant
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deactivate a sub-merchant
DELETE /api/v1/sub-merchant/:subMerchantId
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer YOUR_API_KEY |
{
"success": true,
"message": "Sub-merchant deactivated successfully",
"data": {
"subMerchantId": "sm-7f4a9940c621",
"isActive": false
}
}