---
title: "Delete a learner by id"
method: DELETE
path: "/v1/learners/{id}"
tags: ["Learners"]
---

# Delete a learner by id

`DELETE /v1/learners/{id}`

Delete a learner. This is a **hard delete**. The deleted learner will no longer be accessible via the API. This operation is irreversible. If a learner is deleted by mistake, a new learner account will need to be created. If removing access to training is the goal, consider deactivating the learner account instead.

## Path parameters

- `id` string, required — The unique identifier of a learner.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/goethena/apis/ethena-api.md) · [All operations](https://skmtc.net/goethena/apis/ethena-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goethena/ethena-api/revisions/cac8702ed2aa/schema)
