action crucible_delete_review { label: "deleteReview" description: "Permanently deletes the specified review.\n The review must have been abandoned." provider: crucible method: DELETE path: "/rest-service/reviews-v1/{id}" encoding: json output: { type: "object" additionalProperties: true } }