Delete Playlist
Header Parameters
Authorizationstring Required
Access token issued by Tuned Global for authorization using oAuth 2.0.
StoreIdstring Required
API Key provided by Tuned Global for accessing the service.
Path Parameters
idinteger Required
The playlist to delete. The listener must be its creator, or hold an admin token.
Response
200
Object
A bare boolean - true confirms the playlist was removed.
400
Object
Either the caller is not the creator (body: "not authorized to delete playlist") or the delete failed.
404
Object
No playlist with that ID.
Was this section helpful?
Response
Was this section helpful?