Delete a Mailbox
Deletes the Mailbox resource.
smtppy.deletemailbox(accountId, mailboxId)
Parameters
accountId
(string) (required) - The account identifier.mailboxId
(string) (required) - The mailbox identifier.
Response
None
(Returns status code 204 if successful.)
Last updated