Open Access •References / 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
Unlink a partner user account from a Spotify account
Request
POST
/unlink-user
This endpoint requires the payload to be provided as a JWT.
The payload has the following fields:
Property | Type | Required | Description |
---|---|---|---|
partner_id | string | yes | Partner ID |
partner_user_id | string | yes | Partner User ID |
Response
A successful response will have HTTP status code 200 and an empty payload.
Response sample
empty response