A transaction that deletes one or more non-fungible approved allowances from an owner’s account. This operation will remove the allowances granted to one or more specific non-fungible token serial numbers. Each owner account listed as wiping an allowance must sign the transaction. The total number of NFT serial number deletions within the transaction body cannot exceed 20.Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-enhance-hollow-account-docs-97196.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Fungible and HBAR allowance deletion:
HBAR and fungible token allowances can be removed by setting the amount to zero inCryptoApproveAllowance.
Transaction Fees
- Please see the transaction and query fees table for the base transaction fee
- Please use the Hedera fee estimator to estimate your transaction fee cost
Transaction Signing Requirements
- The transaction must be signed by the owner’s account
- The transaction must be signed by the transaction fee-paying account if different than the owner’s account
- If the owner’s account and transaction fee-paying account are the same, only one signature is required
Methods
| Method | Type | Description |
|---|---|---|
deleteAllTokenNftAllowances(<nftId>, <ownerAccountId>) | NFT ID, | Removes the NFT allowance from the spender account. |