Delete Tariff Template
POST
/web/v1/system/transfers/tariff-templates/command/delete JWTRequired 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
| Name | Type | Required | In | Description |
|---|---|---|---|---|
bizId | string | Required | body | Template business ID to delete |
Success Response
200 OK 200
{
"success": true,
"data": null
}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.