> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/creating-and-managing-nfts/burning-nfts.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
