deleteMediaFromAlbum

abstract suspend fun deleteMediaFromAlbum(albumId: Long, mediaIds: Set<Long>): DeleteMediaFromAlbumResult

Deleting media with mediaIds from album with albumId. It only works with backend albums.

Throws

When session is not active.

When album not found or not available for deletion of content.

Unauthorized access.

Forbidden access.