English
Appearance
Deletes an uploaded comment attachment.
Only the user who started the attachment upload can delete it.
If this is the comment's last attachment and the comment has no content, anchor, duration, or drawing, the comment is deleted automatically.
Endpoint not callable from CLI
The CLI does not expose direct comment attachment commands. Use the SDK or call the HTTP endpoint directly.
await client.commentAttachments.delete("CA1234567890ABCD");
curl -X DELETE 'https://api.youvico.com/api/comment-attachments/CA1234567890ABCD' \ -H 'Authorization: Bearer YOUR_API_KEY'
id
string
Returns 204 No Content.
204 No Content
Delete Comment Attachment Tier 4
Deletes an uploaded comment attachment.
Only the user who started the attachment upload can delete it.
If this is the comment's last attachment and the comment has no content, anchor, duration, or drawing, the comment is deleted automatically.
Endpoint not callable from CLI
The CLI does not expose direct comment attachment commands. Use the SDK or call the HTTP endpoint directly.
Example
Request
Path
idstringrequiredResponse
Returns
204 No Content.