@wildix/wda-insights-client > WdaInsights > deletePlaylist
WdaInsights.deletePlaylist() method
Signature:
deletePlaylist(args: DeletePlaylistCommandInput, cb: (err: any, data?: DeletePlaylistCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
cb | (err: any, data?: DeletePlaylistCommandOutput) => void |
Returns:
void