deletePlaylist

abstract suspend fun deletePlaylist(playlist: Playlist)

Deletes a playlist.

Parameters

playlist

the playlist to delete.

See also