이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
Method: courses.courseWork.addOnAttachments.delete
부가기능 첨부파일을 삭제합니다.
첨부파일을 처음 만든 부가기능이어야 합니다.
이 메서드는 다음 오류 코드를 반환합니다.
- 액세스 오류:
PERMISSION_DENIED
- 요청 형식이 잘못된 경우
INVALID_ARGUMENT
입니다.
NOT_FOUND
: 식별된 리소스 중 하나가 존재하지 않는 경우
HTTP 요청
DELETE https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
courseId |
string
필수 항목입니다. 과정의 식별자입니다.
|
itemId |
string
첨부파일이 첨부된 Announcement , CourseWork 또는 CourseWorkMaterial 의 식별자입니다. 이 필드는 필수이지만 postId에서 마이그레이션하는 동안에는 표시되지 않습니다.
|
attachmentId |
string
필수 항목입니다. 첨부파일의 식별자입니다.
|
쿼리 매개변수
매개변수 |
postId (deprecated) |
string
선택사항입니다. 지원 중단되었으므로 대신 itemId 을 사용하세요.
|
응답 본문
성공한 경우 응답 본문은 비어 있습니다.
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/classroom.addons.teacher
자세한 내용은 승인 가이드를 참조하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-05(UTC)
[null,null,["최종 업데이트: 2024-09-05(UTC)"],[[["Deletes an add-on attachment, requiring the add-on to be the original creator."],["Requires providing course ID, item ID (Announcement, CourseWork, or CourseWorkMaterial), and attachment ID as path parameters."],["Uses a DELETE request to `https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}` and an empty request body."],["Needs `https://www.googleapis.com/auth/classroom.addons.teacher` OAuth scope for authorization."],["Returns an empty response body upon successful deletion, or error codes like `PERMISSION_DENIED`, `INVALID_ARGUMENT`, or `NOT_FOUND`."]]],[]]