NicklasWallgren / instagram-api

Instagram Private API
MIT License
145 stars 47 forks source link

Remove item (single message) from thread #61

Open BigBalli opened 2 years ago

NicklasWallgren commented 2 years ago

Hey,

It should be pretty straight forward to implement. The uri for the request is direct_v2/threads/{$threadId}/items/{$threadItemId}/delete/ and the endpoint requires uuid as well as _csrftoken.

The request does not need to be signed.

BigBalli commented 2 years ago

That is correct.

NicklasWallgren commented 2 years ago

@BigBalli You can help out by creating a PR.