# 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" %}

```javascript
public archiveErc1155Token(chain: VyChain, contractAddress: string, tokenId: number) : VyPromise<Any>
```

{% endcode %}

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

| chain           | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain) | The blockchain of the contract/token.        |
| --------------- | ------------------------------------------------------------------------------------- | -------------------------------------------- |
| contractAddress | string                                                                                | The token's contract address.                |
| tokenId         | number                                                                                | The \`Id\` of the token you want to archive. |
| {% endtab %}    |                                                                                       |                                              |
| {% endtabs %}   |                                                                                       |                                              |
