한국어
Appearance
진행 중인 댓글 첨부파일 멀티파트 업로드를 취소합니다.
업로드를 시작한 사용자만 취소할 수 있습니다.
독립 CLI 명령 미지원
CLI는 이 엔드포인트를 독립 명령으로 제공하지 않습니다. SDK의 commentAttachments.cancelUpload 메서드 또는 아래 cURL 예시를 사용하세요.
commentAttachments.cancelUpload
await client.commentAttachments.cancelUpload("CA1234567890ABCD");
curl -X POST 'https://api.youvico.com/api/comment-attachments/CA1234567890ABCD/upload.cancel' \ -H 'Authorization: Bearer YOUR_API_KEY'
id
string
204 No Content를 반환합니다.
204 No Content
댓글 첨부파일 업로드 취소 Tier 4
진행 중인 댓글 첨부파일 멀티파트 업로드를 취소합니다.
업로드를 시작한 사용자만 취소할 수 있습니다.
독립 CLI 명령 미지원
CLI는 이 엔드포인트를 독립 명령으로 제공하지 않습니다. SDK의
commentAttachments.cancelUpload메서드 또는 아래 cURL 예시를 사용하세요.예시
요청
경로
idstringrequired응답
204 No Content를 반환합니다.