Small Improvements · Example Payload

Deleteusingdelete_5 Example

DELETE /v2/helpful-resources/attachments/{attachmentKey}

helpful-resources-attachments-resource

Deleteusingdelete_5 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_5",
  "method": "DELETE",
  "path": "/v2/helpful-resources/attachments/{attachmentKey}",
  "tags": [
    "helpful-resources-attachments-resource"
  ],
  "description": "DELETE /v2/helpful-resources/attachments/{attachmentKey}",
  "parameters": {
    "attachmentKey": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}