v1

latestOpenAPI 3.0.1MIT2026-07-26286592.7 KB

Delete Merchant

Soft delete a merchant. The merchant will no longer appear in GET/LIST operations.

delete/tax/merchants/{merchant_id}

Path parameters

merchant_idstring required

The merchant ID (merch_xxx) or your reference_merchant_id

Headers

X-API-Version'2026-01-01' required

Response

Merchant deleted successfully

idstring
objectstring
deletedboolean
deleted_atnumber

Unix timestamp of deletion

Example response

{
  "id": "merch_1765503753979c37c5f24",
  "object": "tax.merchant",
  "deleted": true
}