Skip to main content
POST
Remove one or more tracks from a user's playlist

Authorizations

Authorization
string
header
required

API access is invite-only. Contact contact@beatpass.ca to request access. Once approved, generate tokens from Account Settings → Developers. Include as: Authorization: Bearer {token}. Tokens expire after 90 days.

Path Parameters

id
integer
required

ID of the playlist

Body

application/json
ids
integer[]

Array of track ID's to remove from this playlist

Example:

Response

Response body contains a playlist object in JSON format.

status
string
Example:

"success"

playlist
object
Last modified on July 21, 2026