Skip to main content

Delete integration user

DELETE 

/public/integrations/user/:userModelUUID

Deletes a connected user, for example when they delete their account in your app. Removes the music service tokens, the user's name, email and profile image, and the copy of their library. Idempotent: deleting a user you already deleted returns 204 again. Requires Client Secret authentication, so call it only from your backend.

Request

Responses

The user is deleted. The response has no body.