Small Improvements · Example Payload

Deleteusingdelete_12 Example

DELETE /v2/reaction/{id}

reaction-resource

Deleteusingdelete_12 Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "delete",
  "operationId": "deleteUsingDELETE_12",
  "method": "DELETE",
  "path": "/v2/reaction/{id}",
  "tags": [
    "reaction-resource"
  ],
  "description": "DELETE /v2/reaction/{id}",
  "parameters": {
    "id": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}