Skip to content

[API v1] Delete latest is not working #475

Open
@corey-aloia

Description

@corey-aloia

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 :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions