---
title: "application.delete"
method: POST
path: "/application.delete"
tags: ["Application"]
---

# application.delete

`POST /application.delete`

Deletes an application by id.

**Requires the [`candidatesDelete`](authentication#permissions-applicationdelete) permission.**

## Request body

- ApplicationDeleteRequest
  - `applicationId` string, uuid, required — The unique identifier for the application to delete

## Response `200`

Responses from the application.delete endpoint

- union
  - ApplicationDeleteSuccessResponse
    - `success` true, required
    - `results` ApplicationDeleteResult, required
      - `applicationId` string, uuid, required — The unique identifier for the application that was deleted
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
