Attachment Service
Delete Attachment
DeleteAttachment deletes an attachment by name.
curl -X DELETE "https://example.com/api/v1/attachments/string"Empty
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}DeleteAttachment deletes an attachment by name.
curl -X DELETE "https://example.com/api/v1/attachments/string"{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}