Skip to content

댓글 첨부파일 업로드 취소 Tier 4

POST/api/comment-attachments/:id/upload.cancelCopied!

진행 중인 댓글 첨부파일 멀티파트 업로드를 취소합니다.

업로드를 시작한 사용자만 취소할 수 있습니다.

독립 CLI 명령 미지원

CLI는 이 엔드포인트를 독립 명령으로 제공하지 않습니다. SDK의 commentAttachments.cancelUpload 메서드 또는 아래 cURL 예시를 사용하세요.

예시

ts
await client.commentAttachments.cancelUpload("CA1234567890ABCD");
bash
curl -X POST 'https://api.youvico.com/api/comment-attachments/CA1234567890ABCD/upload.cancel' \
  -H 'Authorization: Bearer YOUR_API_KEY'

요청

경로

idstringrequired
댓글 첨부파일 ID

응답

204 No Content를 반환합니다.