---
title: "Delete primary email"
method: DELETE
path: "/api/my-account/primary-email"
tags: ["My account"]
---

# Delete primary email

`DELETE /api/my-account/primary-email`

Delete primary email for the user, a logto-verification-id header is required for checking sensitive permissions. The request is rejected if it would remove the user's last identifier.

## Response `204`

The primary email was deleted successfully.

## Other responses

- `400` — The request would remove the user's last identifier.
- `401` — Permission denied, the verification record is invalid.
- `403` — Forbidden

---

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