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.
await client.commentAttachments.delete("CA1234567890ABCD");
youvico comment-attachment delete \ --id CA1234567890ABCD \ --yes
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.
Example
Request
Path
idstringrequiredResponse
Returns
204 No Content.