Small Improvements · Example Payload

Deleteusingdelete_18 Example

DELETE /v2/users/{userId}/attachments/{attachmentId}

user-attachment-resource

Deleteusingdelete_18 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_18",
  "method": "DELETE",
  "path": "/v2/users/{userId}/attachments/{attachmentId}",
  "tags": [
    "user-attachment-resource"
  ],
  "description": "DELETE /v2/users/{userId}/attachments/{attachmentId}",
  "parameters": {
    "attachmentId": "<value>",
    "userId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}