delete_comment
Delete a specific comment from a Contentful entry. Provide entry ID, comment ID, space ID, and environment to remove unwanted comments.
Instructions
Delete a specific comment from an entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes | The unique identifier of the entry | |
| commentId | Yes | The unique identifier of the comment to delete | |
| spaceId | Yes | The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear. | |
| environmentId | Yes | The ID of the environment within the space, by default this will be called Master | master |