Deletes an add-on attachment.
Requires the add-on to have been the original creator of the attachment.
This method returns the following error codes:
PERMISSION_DENIEDfor access errors.INVALID_ARGUMENTif the request is malformed.NOT_FOUNDif one of the identified resources does not exist.
HTTP request
DELETE https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{itemId}/addOnAttachments/{attachmentId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
courseId | 
                
                   
 Required. Identifier of the course.  | 
              
itemId | 
                
                   
 Identifier of the   | 
              
attachmentId | 
                
                   
 Required. Identifier of the attachment.  | 
              
Query parameters
| Parameters | |
|---|---|
postId | 
                
                   
 Optional. Deprecated, use   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/classroom.addons.teacher
For more information, see the Authorization guide.