> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidscheduler/smart-contract-macros/remove_interval.md).

# remove\_interval

#### remove\_interval | [code](https://github.com/liquidapps-io/zeus-sdk/blob/master/boxes/groups/services/cron-dapp-service/contracts/eos/dappservices/_cron_impl.hpp)

```cpp
/**
  *  LiquidScheduler uses the timer_callback to run the cron logic within the consumer contract
  *
  *  @param {name} timer - account name to scope the timer within
  * 
  *  Example:
  *
  *  @code
  *  // remove interval
  *  [[eosio::action]] void rminterval() {
  *    remove_interval(_self);
  *  }
  *  @endcode
  */
```
