Delete Tariff Template
POST
/web/v1/transfer-tariff-templates/command/delete JWTDeletes a transfer tariff template.
Authentication
Requires a valid JWT token and Turnstile verification.
Request Parameters
| Name | Type | Required | In | Description |
|---|---|---|---|---|
bizId | string | Required | body | Template business ID to delete |
Success Response
No Content 204
Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | 4010 | Unauthorized |
| 404 | 4040 | Template 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.