Documentation Index
Fetch the complete documentation index at: https://docs.numeral.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Bearer token authentication.
Path Parameters
The merchant ID (merch_xxx) or your reference_merchant_id.
Response
Always true for successful deletion.
Unix timestamp of deletion.
curl -X DELETE https://api.numeralhq.com/tax/merchants/my-seller-123 \
-H "Authorization: Bearer sk_test_xxx" \
-H "X-API-Version: 2026-01-01"
{
"id": "merch_1765503753979c37c5f24",
"object": "tax.merchant",
"deleted": true,
"deleted_at": 1735690500
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Available options:
2026-01-01
The merchant ID (merch_xxx) or your reference_merchant_id
Merchant deleted successfully
Example:"merch_1765503753979c37c5f24"
Unix timestamp of deletion