Skip to main content

Delete Playlist

DELETE 

/playlists/:playlist_id

Deletes a playlist or album

Request

Path Parameters

    playlist_id stringrequired

    A Playlist ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

Playlist deleted successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...