InboxesMessages

Delete Message

Permanently deletes a message.

CLI:

agentmail inboxes:messages delete --inbox-id <inbox_id> --message-id <message_id>
delete/v0/inboxes/{inbox_id}/messages/{message_id}

Path parameters

inbox_idstring required

The ID of the inbox.

message_idstring required

ID of message.

Changes

Changed in 2 of the 34 revisions of this API.4

    • added the optional property code to the response with the 404 status

      response-optional-property-added

    • added the optional property docs to the response with the 404 status

      response-optional-property-added

    • added the optional property fix to the response with the 404 status

      response-optional-property-added

    • endpoint added

      endpoint-added