---
title: "Delete an image template"
method: DELETE
path: "/image_templates/{uid}"
---

# Delete an image template

`DELETE /image_templates/{uid}`

Soft-deletes the template. Existing renders that reference it stay intact, but the template will no longer appear in list/get calls and can no longer be used for new renders.

## Path parameters

- `uid` string, required

## Response `200`

Template deleted

## Other responses

- `403` — Template's api_write_access is `owner_only` and the caller's API key is not owned by the template's creator
- `423` — Template's api_write_access is `nobody` — the owner must unlock it 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)
