Skip to main content
POST
/
users
/
me
/
remove-from-library
Remove a track from user's library
curl --request POST \
  --url https://open.beatpass.ca/api/v1/users/me/remove-from-library \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "track_id": 1
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
track_id
integer
Example:

1

Response

Track removed from library

Last modified on November 29, 2025