cURL
curl --request DELETE \ --url https://api.spikelabs.com/v1/users/{user_id}/integrations/{provider} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "deleted": true }
Disconnect a third-party integration for a user.
API key authentication. Use your secret key (starts with sk_) as a Bearer token.
sk_
User ID (starts with user_)
user_
google
spotify
apple_music
calendar
Integration disconnected
true
false