Remove a media comment
remove_media_commentRemoves a media comment by ID, optionally deleting its reply subtree. Returns the IDs of removed comments.
Instructions
Remove a comment by id (from get_media / list_media_comments). By default its reply subtree is removed too; set cascade:false to refuse when it still has replies. Returns the ids removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| cascade | No | Remove the comment's replies too (default true). | |
| project | Yes |