한국어
Appearance
업로드 완료된 댓글 첨부파일을 삭제합니다.
첨부파일 업로드를 시작한 사용자만 삭제할 수 있습니다.
이 첨부파일이 댓글의 마지막 첨부파일이고 댓글에 내용, 앵커, 구간 또는 드로잉이 없으면 댓글도 자동으로 삭제됩니다.
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
204 No Content를 반환합니다.
204 No Content
댓글 첨부파일 삭제 Tier 4
업로드 완료된 댓글 첨부파일을 삭제합니다.
첨부파일 업로드를 시작한 사용자만 삭제할 수 있습니다.
이 첨부파일이 댓글의 마지막 첨부파일이고 댓글에 내용, 앵커, 구간 또는 드로잉이 없으면 댓글도 자동으로 삭제됩니다.
예시
요청
경로
idstringrequired응답
204 No Content를 반환합니다.