# clearMockedCalls

Description: clearMockedCalls cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/Environment/clear-mocked-calls.mdx

{/* This document contains content copied/adapted from the Foundry Book (MIT licensed). See LICENSE in the parent directory. */}

### Signature

```solidity
function clearMockedCalls() external;
```

### Description

Clears all [mocked calls](/docs/reference/cheatcodes/environment/mock-call).
