# Delete

### Delete single tokens in NMKR Studio

To delete single Tokens or small amount of Tokens, it makes sense to delete them manually in the NMKR Studio User Interface. You can find the button for it in the actions bar.

<figure><img src="/files/1tWKq8QwWKTNyIH6Lqnv" alt=""><figcaption></figcaption></figure>

Please note that you can only delete tokens that aren't minted. Deleting the tokens in the project won't have any effect on-chain. If you want to remove the tokens from the Blockchain, please read the documentation about [how to burn tokens](https://docs.nmkr.io/nmkr-studio/token/burn).

{% hint style="info" %}
Note - take a second to assess the situation before deleting your NFTs, if the issue is only with the metadata, you can edit this.
{% endhint %}

### Delete tokens in bulk via SFTP

Using SFTP is better for deleting larger quantities in bulk.\
To do this, login to the SFTP server using the same method as [demonstrated in the upload process](https://docs.nmkr.io/nmkr-studio/token/upload/bulk-upload-via-sftp).

Once logged in, you can select the media and/or metadata files and delete them using Cyberduck or FileZilla. You can use the search function of the software to filter by filetype.


---

# 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.nmkr.io/nmkr-studio/token/delete.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.
