Web API •References / Users / Unfollow Artists or Users
Unfollow Artists or Users
Remove the current user as a follower of one or more artists or other Spotify users.
Authorization scopes
Manage your saved content.
Request
- typestringRequired
The ID type: either
artist
oruser
.Allowed values:"artist"
,"user"
Example:type=artist
- idsstringRequired
A comma-separated list of the artist or the user Spotify IDs. For example:
ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q
. A maximum of 50 IDs can be sent in one request.Example:ids=2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E,1vCWHaC5f2uS3yhpwWbIA6
supports free form additional properties
- idsarray of strings
A JSON array of the artist or user Spotify IDs. For example:
{ids:["74ASZWbe4lXaubB36ztrGX", "08td7MxkoHQkXnWAYD8d6Q"]}
. A maximum of 50 IDs can be sent in one request. Note: if theids
parameter is present in the query string, any IDs listed here in the body will be ignored.
Response
Artist or user unfollowed