action bigoven_review_delete_reply { label: "DELETE a reply to a given review. Authenticated user must be the one who originally posted the reply." provider: bigoven method: DELETE path: "/recipe/review/replies/{replyId}" encoding: json input: { type: "object" properties: { replyId: { type: "string" } } required: ["replyId"] additionalProperties: false } output: { type: "object" properties: {} } }