Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
Method: courses.courseWork.addOnAttachments.delete
刪除外掛程式附件。
只有外掛程式的原始建立者才能加入。
這個方法會傳回下列錯誤代碼:
PERMISSION_DENIED
代表存取錯誤。
- 如果要求格式錯誤,則為
INVALID_ARGUMENT
。
NOT_FOUND
:如果其中一項識別的資源不存在。
HTTP 要求
DELETE https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{itemId}/addOnAttachments/{attachmentId}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
courseId |
string
必要欄位。課程的 ID。
|
itemId |
string
附加附件的 Announcement 、CourseWork 或 CourseWorkMaterial ID。這是必要欄位,不過在從 postId 進行遷移時,系統不會標示此欄位。
|
attachmentId |
string
必要欄位。附件的 ID。
|
查詢參數
參數 |
postId (deprecated) |
string
選用設定。已淘汰,請改用 itemId 。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/classroom.addons.teacher
詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["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`."]]],[]]