action crucible_remove_review_item_revisions { label: "removeReviewItemRevisions" description: "Removes the revisions given from the review item in the review specified by the id. If the review item has no\n more revisions left, it is automatically deleted." provider: crucible method: DELETE path: "/rest-service/reviews-v1/{id}/reviewitems/{riId}/revisions" encoding: json output: { type: "object" additionalProperties: true } }