---
title: "Deletes an Application"
method: DELETE
path: "/api/2026-07-01/resources/ats/applications/{id}"
tags: ["Ats > Application"]
---

# Deletes an Application

`DELETE /api/2026-07-01/resources/ats/applications/{id}`

Deletes an Application

## Path parameters

- `id` string, required

## Response `200`

OK

- AtsApplication
  - `id` string, required — Id of the application
  - `company_id` string, required — Company id of the application
  - `ats_job_posting_id` string, required — Job posting id of the application
  - `ats_candidate_id` string, required — Candidate id of the application
  - `employee_id` string — Employee id of the application
  - `phone` string — Candidate phone of the application
  - `qualified` boolean — Qualified of the application
  - `ats_application_phase_id` string — Application phase id
  - `created_at` string, required — Application created at date
  - `cover_letter` string — Application cover letter
  - `cv` object — CV file attachment of the application (includes filename, url, byte_size, content_type, created_at)
  - `ats_conversation_id` string — Application conversation id
  - `medium` string — Application medium
  - `rating_average` integer — Application average rating
  - `ats_rejection_reason_id` string — Application rejection reason id
  - `source_id` string — Application source id

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
