Delete Message

Permanently deletes a message. **CLI:** ```bash agentmail inboxes:messages delete --inbox-id <inbox_id> --message-id <message_id> ```

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

inbox_idstringRequired
The ID of the inbox.
message_idstringRequired
ID of message.

Errors

404
Not Found Error