> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/game-systems/blip/delete-all.md).

# DeleteAll

Removes all blips created through LT.Blip in the current resource.

{% hint style="info" %}
**Side:** Client · **Category:** Blip · **API:** `LT.Blip.DeleteAll`
{% endhint %}

## Example

```lua
local result = LT.Blip.DeleteAll()
```
