Playlist Groups
Delete a playlist group
Delete a playlist group. Playlists in the group are not deleted, they just become ungrouped.
delete/v1/playlist-groups/{id}
Path parameters
idstring required
Unique playlist group identifier
Example:pg_abc123def456
Unique playlist group identifier
Response
Playlist group successfully deleted
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.