Skip to main content
The Delete Merchant endpoint permanently removes a merchant and all associated data. This action is irreversible — balances, invoices, API keys, and settings tied to the merchant will no longer be accessible after deletion. DELETE /merchants/{merchantID}
Deleting a merchant is permanent. Ensure you have withdrawn all remaining funds and that no active integrations depend on this merchant before proceeding.

Authentication

Accepts a Bearer token (Authorization: Bearer <token>) or an API key (X-Api-Key: <key>).

Path parameters

string
required
The UUID of the merchant to delete.

Response

Returns 204 No Content with no response body on success.

Example request

Example response

Error responses