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