mStream/docs/API/playlist_delete.md
2017-03-03 12:53:52 -05:00

491 B

Delete Playlist

Delete a playlist

  • URL

    /playlist/delete

  • Method:

    POST

  • JSON Params

Required:

playlistname - The name of the playlist

Optional:

hide - Boolean Value - If set the playlist will not be deleted but set to a status of 'hidden'.

  • JSON Example

    {
      'playlistname': 'Best of Bieber',
      'hide': false
    }
    
  • Success Response:

    • Code: 200
      Content: {success: true}