action crucible_remove_comment { label: "removeComment" description: "Deletes the given comment." provider: crucible method: DELETE path: "/rest-service/reviews-v1/{id}/comments/{cId}" encoding: json output: { type: "object" additionalProperties: true } }