---
title: "Delete an email address"
method: DELETE
path: "/v1/people/{person_id}/email_addresses/{id}"
tags: ["People"]
---

# Delete an email address

`DELETE /v1/people/{person_id}/email_addresses/{id}`

Delete an email address from a person

## Response `204`

email address deleted

## Other responses

- `400` — bad request - invalid JSON
- `401` — unauthorized - missing or invalid token
- `403` — forbidden

---

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