Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] deletePlaylist

Talos51 edited this page Aug 12, 2015 · 2 revisions

deletePlaylist(pid[, callback])

Delete a playlist by ID.


Parameters

pid number

The ID of the playlist to delete.

callback function (optional)

Callback function to be called with data from server.


Returns

true if request queued; otherwise false


Example

// Delete a playlist with ID 123456
bot.deletePlaylist(123456);
Clone this wiki locally