# Burning NFTs

For those who are unaware, you are not able to delete or destroy an NFT. The only option is to “burn” the NFT, which is a term for sending the unwanted NFT to an address that nobody has access to. This effectively removes it from your wallet and all platforms, and is the next best thing to actually deleting it.  \
\
If you created an NFT with a mistake, want to access an infused asset, or simply don’t want the NFT anymore, you can easily burn it as long as you own it. Keep in mind that once an NFT is sold, you can no longer burn it.

To burn an NFT, go the NFT’s dedicated page and select the “Burn NFT” option listed alongside the other trading options. Confirm, the transaction and follow any prompts given to you by your wallet to complete the process.

<figure><img src="/files/4PpvVa9EwtXA8PNNE940" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Wim8O9Sdg5nY3MywxNAR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ghostmarket.io/user-guides/creating-and-managing-nfts/burning-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
