---
title: "Delete an email message"
method: DELETE
path: "/addresses/{email}/messages/{messageId}"
tags: ["Messages"]
---

# Delete an email message

`DELETE /addresses/{email}/messages/{messageId}`

Deletes an individual email message. There is no trash or undo.

## Response `200`

deletes an email message

- object
  - `_id` string, string — Unique Mailsac-generated identifier for an email message
  - `inbox` string, email — email address
  - `message` string

## Other responses

- `401` — Not authorized. You may need to log in first.
- `404` — Message not found by id...

---

[API](https://skmtc.net/mailsac/apis/mailsac-api-specification.md) · [All operations](https://skmtc.net/mailsac/apis/mailsac-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mailsac/mailsac-api-specification/versions/5f8b55c76229/schema)
