DistributeApp LogoDistributeProject
DistributorPlaylistsPlaylist_idSongsSong_id

Remove song from playlist

Removes a song from a playlist.

DELETE
/playlists/{playlist_id}/songs/{song_id}

Authorization

BearerAuth
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Path Parameters

playlist_id*string

Playlist ID (UUID)

song_id*string

Song ID (UUID)

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://loading/api/playlists/string/songs/string"
{
  "folders": [
    {
      "id": "string",
      "name": "string",
      "parent_folder_id": "string"
    }
  ],
  "playlists": [
    {
      "id": "string",
      "name": "string",
      "parent_folder_id": "string"
    }
  ]
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}