Playlists

Remove a song (or track) from a playlist

Remove objects from a playlist using track number in the list or object id and type. Using clear will empty the entire list.

post/playlists/{playlist_id}/remove-song

Path parameters

playlist_idstring required

Unique identifier of the playlist.

Query parameters

songstring
trackinteger

Request body

songstring
trackinteger

Response

Success

successstring

Changes

Changed in 3 of the 46 revisions of this API.17

    • api operation id playlistRemoveSong was added

      api-operation-id-added

    • added optional request body

      request-body-added-optional

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added