Skip to content
Open AccessReferences / Unlink user

Unlink user

Required scope: user-soa-unlink

Given a partner user ID, unlink that user from the Spotify user account that they are currently linked to.

Authorization scopes

Request

POST
/unlink-user

This endpoint requires the payload to be provided as a JWT.

The payload has the following fields:

PropertyTypeRequiredDescription
partner_idstringyesPartner ID
partner_user_idstringyesPartner User ID

Response

A successful response will have HTTP status code 200 and an empty payload.

Response sample

empty response