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
codeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
docsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
fixto the response with the404statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○