---
title: "Delete an animation template"
method: DELETE
path: "/animation_templates/{uid}"
---

# Delete an animation template

`DELETE /animation_templates/{uid}`

Soft-deletes the template. Animations already rendered from it stay intact, but the template no longer appears in list/get calls and can't be used for new renders.

## Path parameters

- `uid` string, required

## Response `204`

Template deleted

## Other responses

- `403` — Template's api_write_access is `owner_only` and the caller's key is not owned by its creator
- `404` — Template not found
- `423` — Template's api_write_access is `nobody` — unlock via the dashboard

---

[API](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api.md) · [All operations](https://skmtc.dev/bannerbear/apis/bannerbear-v5-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bannerbear/bannerbear-v5-api/revisions/6aa425420a10/schema)
