Open
Description
when making a curl to the endpoint:
curl 'http://localhost:9000/api/v1/mailbox/my-inbox/latest' -X DELETE
I get a 200 ok back. But the message is there. If I instead use the message id, then the message is indeed deleted
curl 'http://localhost:9000/api/v1/mailbox/my-inbox/3' -X DELETE
Maybe I get time to work on this this week 👍 , or maybe you know right away how to fix :)