[][src]Function aspotify::endpoints::library::unsave_albums

pub async fn unsave_albums<'_, '_, '_>(
    token: &'_ AccessToken,
    ids: &'_ [&'_ str]
) -> Result<(), EndpointError<Error>>

Unsave some of the current user's saved albums.

Requires user-library-modify. Maximum of 50 ids.

Reference.