---
title: "GDPR-anonymize an Applicant"
method: POST
path: "/v2/applicants/{id}/gdpr_anonymize"
tags: ["Applicants"]
---

# GDPR-anonymize an Applicant

`POST /v2/applicants/{id}/gdpr_anonymize`

Anonymizes an applicant's personal data per GDPR right-to-erasure. Idempotent — a no-op if the applicant has already been anonymized.

## Path parameters

- `id` string, required

## Response `204`

already anonymized (no-op)

- string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
