# deleteSnapshots

Description: deleteSnapshots cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/State-snapshots/delete-snapshots.mdx

### Signature

```solidity
function deleteSnapshots() external;
```

### Description

`deleteSnapshots` is being deprecated in favor of `deleteStateSnapshots`. It will be removed in future versions.
