---
title: "Removes interview type with given name"
method: DELETE
path: "/interview-types/{interviewType}"
tags: ["interview types"]
---

# Removes interview type with given name

`DELETE /interview-types/{interviewType}`

## Response `204`

Interview type deleted

## Other responses

- `403` — Forbidden to delete an interview type
- `404` — with codes: * **INTERVIEW_TYPE_NOT_FOUND** When no interview type with given name
- `500` — Unexpected error

---

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