---
title: "Remove a candidate by email"
method: DELETE
path: "/api/candidates/{email}"
---

# Remove a candidate by email

`DELETE /api/candidates/{email}`

## Path parameters

- `email` string, required

## Response `200`

The updated list of candidates

- Candidate[]
  - `firstname` string
  - `lastname` string
  - `email` string
  - `spoken_languages` string[]
  - `skills` string[]
  - `current_role` string

## Other responses

- `404` — Candidate not found

---

[API](https://skmtc.dev/azure/apis/hr-service-api.md) · [All operations](https://skmtc.dev/azure/apis/hr-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/hr-service-api/revisions/808d0b946675/schema)
