Skip to content

Delete Tariff Template

POST/web/v1/transfer-tariff-templates/command/delete JWT

Deletes a transfer tariff template.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
bizIdstringRequiredbodyTemplate business ID to delete

Success Response

No Content 204

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