Project HermesHermes Docs
API ReferenceMailboxes

Delete Mailbox

Delete a mailbox

Delete Mailbox

Permanently removes a mailbox from the mail server and database.

  • mailboxId (string) (required) — The mailbox ID
curl -X DELETE -H "Authorization: Bearer hermes_your_api_key" \
  https://api.hermes.camie.ai/v1/mailboxes/50

Response

{
  "success": true,
  "message": "Mailbox deleted"
}

On this page