Identifier of the tenant.
Request containing burn operation details.
Request to burn (destroy) tokens from a wallet.
Identifier of the deployed token configuration to burn from.
512
Identifier of the wallet-tenant relationship from which tokens will be burned.
2048
Identifier of the tenant performing the burn operation.
1024
Identifier of the user initiating the burn operation.
"9f060a6b-1571-4a2f-8cfb-3fc6bf5a4e51"
Exchange rates for converting asset values to USD.
{ "USD": 1 }Smart contract method invocation details for the burn operation.
"{\"name\": \"burn\", \"parameters\": [...]}"
Burn operation initiated successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"deployedTokenConfigurationTransactionPublicId": "550e8400-e29b-41d4-a716-446655440000"
}