Remove NFTs

This call removes the mapping of the supplied NFTs from the supplied FIO Handle, so that it will no longer be returned using /get_nfts_fio_address.

The actor must own the supplied FIO Handle.

See NFT Signatures Guide for more information.

🚧

This action has to be serialized and signed!

Please note that this action has to be be serialized and signed before it's sent to the blockchain. The request object below only represents the action specific parameters and action specific response. See Write Transactions Guide for more information.

Actions parameters

  • account: fio.address
  • name: remnft

SDK Sandbox Example

Stackblitz

Language
URL