deleteMedia

abstract suspend fun deleteMedia(mediaIds: Set<Long>): OperationResult

Moves the backend media with the mediaIds to the trash and hide local media.

Throws

When session is not active.

Unauthorized access.

Forbidden access.