---
title: "Delete mailbox"
method: DELETE
path: "/api/mail/v1/mailboxes/{mailboxId}"
tags: ["Mail: Mailboxes"]
---

# Delete mailbox

`DELETE /api/mail/v1/mailboxes/{mailboxId}`

Delete a mailbox. The mailbox is soft-deleted and stays restorable
for a limited period before it is permanently removed.

## Path parameters

- `mailboxId` string, required

## Response `200`

Success response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `404` — Error response
- `409` — Error response
- `500` — Error response

---

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