---
title: "Remove interview template by id."
method: DELETE
path: "/interview/templates/{id}"
tags: ["interview-templates"]
deprecated: true
---

# Remove interview template by id.

`DELETE /interview/templates/{id}`

> **Deprecated.**

Deletes interview template by id. Deprecated: use DELETE /public-api/templates/{id}

## Path parameters

- `id` string, uuid, required

## Response `204`

Successfully removed interview template.

## Other responses

- `400` — Invalid id.
- `401` — Unauthorized.
- `403` — Forbidden.

---

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