deletePlaylistById abstract method

Future<DeletePlaylistResponse> deletePlaylistById(
  1. String playlistId
)

Deletes a Playlist by playlistId

On success the Playlist identified by playlistId is deleted

In case of error a ResponseError is set on DeletePlaylistResponse

Implementation

Future<DeletePlaylistResponse> deletePlaylistById(String playlistId);