action crucible_remove_reviewer { label: "removeReviewer" description: "Removes the reviewer from the review." provider: crucible method: DELETE path: "/rest-service/reviews-v1/{id}/reviewers/{username}" encoding: json output: { type: "object" additionalProperties: true } }