Skip to main content
DELETE
Soft delete a merchant. The merchant will no longer appear in GET or LIST operations but the data is preserved internally.
Deleted merchants cannot be used in new platform calculations. Attempting to use a deleted merchant’s ID will return a merchant_not_found error.

Headers

string
required
Bearer token authentication.
string
required
Must be 2026-03-01.

Path Parameters

string
required
The merchant ID (merch_xxx) or your reference_merchant_id.

Response

string
The merchant ID.
string
Always tax.merchant.
boolean
Always true for successful deletion.
number
Unix timestamp of deletion.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
enum<string>
required
Available options:
2026-01-01

Path Parameters

merchant_id
string
required

The merchant ID (merch_xxx) or your reference_merchant_id

Response

Merchant deleted successfully

id
string
Example:

"merch_1765503753979c37c5f24"

object
string
Example:

"tax.merchant"

deleted
boolean
Example:

true

deleted_at
number

Unix timestamp of deletion