## delete_all()


Delete all records from the store.


Usage


``` python
delete_all(confirm=False)
```


confirm Must be True to proceed with deletion.


int The number of records deleted.

> **Warning: Warning**
>
> This operation cannot be undone.
