Removes one or more media items from a specified album. The media items and the album must have been created by the developer via the API.
For albums that are shared, this action is only supported for media items that were added to the album by this user, or for all media items if the album was created by this user.
Partial success is not supported. The entire request will fail and no action will be performed on the album if an invalid media item or album is specified.
HTTP request
POST https://photoslibrary.googleapis.com/v1/albums/{albumId}:batchRemoveMediaItems
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
albumId |
Required. Identifier of the |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "mediaItemIds": [ string ] } |
Fields | |
---|---|
mediaItemIds[] |
Required. Identifiers of the Must not contain repeated identifiers and cannot be empty. The maximum number of media items that can be removed in one call is 50. |
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/photoslibrary
https://www.googleapis.com/auth/photoslibrary.edit.appcreateddata