action crucible_remove_patch { label: "removePatch" description: "Removes the patch with the given id from the review. All of the revisions provided by the patch will be removed as well." provider: crucible method: DELETE path: "/rest-service/reviews-v1/{id}/patch/{patchId}" encoding: json output: { type: "object" additionalProperties: true } }