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/50Response
{
"success": true,
"message": "Mailbox deleted"
}