---
title: "Delete application"
method: DELETE
path: "/v3/applications/{id}"
tags: ["Applications"]
---

# Delete application

`DELETE /v3/applications/{id}`

Permanently delete a single application, along with its interview stages, scorecards, rejection details, and prospect details. The parent candidate (person) is left intact along with any other applications they have. This action cannot be undone; consider `reject` if you want to record the outcome instead.

## 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.net/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.net/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenhouse/auth-api/versions/9517a2e54640/schema)
