user delete favorite track - hmelder/TIDAL GitHub Wiki
Example Request
Method
DELETE
Url
https://api.tidal.com/v1/users/{id}/favorites/tracks/{trackId}?countryCode={country}
Header
authorization: Bearer {access_token}
Example Response
204 No Content
DELETE
https://api.tidal.com/v1/users/{id}/favorites/tracks/{trackId}?countryCode={country}
authorization: Bearer {access_token}
204 No Content