Skip to content

Delete Tariff Template

POST/web/v1/system/transfers/tariff-templates/command/delete JWT

Required Gateway Headers

All API requests require gateway headers. See Required Headers for the complete list. In local/test environments, you must also include Cloudflare simulation headers (CF-Connecting-IP, Cf-Ray, cf-ipcountry).

Deletes a transfer tariff template.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
bizIdstringRequiredbodyTemplate business ID to delete

Success Response

200 OK 200
{
  "success": true,
  "data": null
}

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized
4044040Template not found

Notes

  • Deleting a template does not affect wallets that have already been assigned tariffs from this template.
  • The tariff values are copied to the wallet at assignment time, not referenced.

SlaunchX Internal Documentation