> For the complete documentation index, see [llms.txt](https://api.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.fwallet.net/fruits-node-api-for-multiple-nft/cancel-a-sell-order.md).

# Cancel a sell order

URL: <https://fwallet.net/fruits?requestType=multipleTokenApi>

Method: POST

Required fields:

* method: This must be "setNotForSale”.
* amountNQT: This must be "0”.
* arg1: The Offer ID. You can get Offer ID by calling "Get Multiple Token By Uri" API.
* contractName: The created smart contract name. For example: "PFT".
* secretPhrase: The passphrase of NFT owner.
* feeNQT: This must be "0".
* deadline: Transaction confirmation deadline. Suggested value is 1440.

→You need to wait 2 blocks, the NFT sale will be canceled successfully.
