---
title: "Bulk delete templates"
method: POST
path: "/api/templates/bulkDelete"
tags: ["templates"]
---

# Bulk delete templates

`POST /api/templates/bulkDelete`

This endpoint deletes one or more base templates. Templates which are associated with a campaign will not be deleted.

## Request body

- BulkDeleteTemplatesRequest
  - `ids` number[], required — IDs of templates to be deleted.

## Response `200`

Templates deleted successfully

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/iterable/apis/iterable-api.md) · [All operations](https://skmtc.net/iterable/apis/iterable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iterable/iterable-api/revisions/afaab604b58c/schema)
