ig_delete_comment
Permanently delete a comment from an Instagram post.
Remote node2flow/instagram
Other tools also called ig_delete_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"comment_id": {
"type": "string",
"description": "Comment ID to delete"
}
}
}