Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for deleting a merchant account.
curl --request DELETE "$BASE_URL/merchant-account/merchant_demo" \ --header "$AUTH_HEADER"
{ "message": "Merchant account deleted successfully", "merchant_id": "merchant_demo" }
Was this page helpful?