Memos
Attachment Service

Delete Attachment

DeleteAttachment deletes an attachment by name.

DELETE
/api/v1/attachments/{attachment}

Path Parameters

attachment*string

The attachment id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/attachments/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings