> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/token/mint-tokens/archiveerc1155token.md).

# ArchiveErc1155Token

### Description

This endpoint is used to archive a token by `tokenId`. The archived token will continue to exist on-chain but it will not be returned in API calls anymore.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyTaskVoid> ArchiveErc1155Token(eVyChain chain, string contractAddress, int tokenId)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| chain           | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md) | The blockchain of the contract/token.        |
| --------------- | ---------------------------------------------------------------------- | -------------------------------------------- |
| contractAddress | string                                                                 | The token's contract address.                |
| tokenId         | int                                                                    | The \`Id\` of the token you want to archive. |
| {% endtab %}    |                                                                        |                                              |
| {% endtabs %}   |                                                                        |                                              |
