instagram-api
instagram-api copied to clipboard
Remove item (single message) from thread
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.
That is correct.
@BigBalli You can help out by creating a PR.