---
title: "Deletes an interview"
method: DELETE
path: "/interviews/{interviewId}"
tags: ["interviews"]
---

# Deletes an interview

`DELETE /interviews/{interviewId}`

Supported only for interviews created via the Public API.

## Response `204`

Interview was deleted

## Other responses

- `403` — Forbidden to delete an interview
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id
- `500` — Unexpected error

---

[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)
