BigOven · Example Payload

Grocerylist_Delete

GroceryList

Grocerylist_Delete is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersresponse

Example Payload

Raw ↑
{
  "operationId": "GroceryList_Delete",
  "method": "DELETE",
  "path": "/grocerylist",
  "tags": [
    "GroceryList"
  ],
  "summary": "Delete all the items on a grocery list; faster operation than a sync with deleted items.",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/System.Object"
    }
  }
}