---
title: "Deletes a language entry for the candidate"
method: DELETE
path: "/candidate/{candidate_id}/languages/{language_id}"
tags: ["Candidate"]
---

# Deletes a language entry for the candidate

`DELETE /candidate/{candidate_id}/languages/{language_id}`

## Response `200`

Candidate language data that was deleted

- LanguageResponseDef — language details
  - `code` string, required
  - `proficiency` 'native' | 'limited' | 'read_write_speak', required
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `candidate_id` string, required

## Other responses

- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
