action bigoven_grocery_list_delete_item_by_guid { label: "/grocerylist/item/{guid} DELETE will delete this item assuming you own it." provider: bigoven method: DELETE path: "/grocerylist/item/{guid}" encoding: json input: { type: "object" properties: { guid: { type: "string" } } required: ["guid"] additionalProperties: false } output: { type: "object" properties: {} } }