Comments
Delete a comment (API key)
Delete an Instagram comment with your hmok_ API key. Irreversible.
Delivery is at-least-once: do not retry a request whose response you
did not receive without checking the comment’s state first.
DELETE
Delete a comment (API key)
Use
Authorization: Bearer hmok_... (an API key, or a dashboard session) instead of a channel token. Accepted scope is channel.manage.
Delivery is at-least-once: don’t automatically retry after an ambiguous failure (timeout, dropped connection). Check the comment’s current state first to see whether it’s already deleted.
If you need the raw Graph request, see the hmat_ gateway twin.