action bigoven_recipe_delete { label: "Delete a Recipe (you must be authenticated as an owner of the recipe)" provider: bigoven method: DELETE path: "/recipe/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: {} } }