---
title: "Delete candidate education"
method: DELETE
path: "/v3/candidate_educations/{id}"
tags: ["Candidate Educations"]
---

# Delete candidate education

`DELETE /v3/candidate_educations/{id}`

Remove a single education entry from a candidate's profile. Because V3 has no update endpoint for educations, corrections are made by deleting the stale entry and creating a new one. Deleting the candidate's `latest: true` entry causes Greenhouse to recompute `latest` on the remaining entries.

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