---
title: "Delete interview"
method: DELETE
path: "/v3/interviews/{id}"
tags: ["Interviews"]
---

# Delete interview

`DELETE /v3/interviews/{id}`

Cancel and delete a scheduled interview. Removes the Greenhouse interview record along with its interviewer assignments, scorecards-in-progress, and reminders. Only interviews in `scheduled` or `awaiting_feedback` are deletable; `complete` and other terminal-state interviews return 422. The matching event on the organizer's external calendar is not deleted from this endpoint — partners should remove the event on Google Calendar or Outlook in lockstep.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.dev/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greenhouse/auth-api/revisions/9517a2e54640/schema)
