Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request POST \
--url https://open.beatpass.ca/api/v1/playlists/{id}/remove-editor \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 2
}'{
"status": "success"
}curl --request POST \
--url https://open.beatpass.ca/api/v1/playlists/{id}/remove-editor \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 2
}'{
"status": "success"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Playlist ID
1
ID of user to remove
2
Editor removed successfully
"success"
Was this page helpful?