Browse the Help Center for platform guides or API & Developers for integration docs.
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
}'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
}'Was this page helpful?