User

Delete User Integration

You can delete a user integration using Spike user ID and app access token.


Delete a user integration by Spike user ID
POST
Request
Path Params
user_id
required
String
User ID returned by add integration request. This key should be stored in your database against the user and used for all interactions with the Spike API.
Header Parameters
x-spike-auth
required
String
Client access token
Body Parameters
integrations_to_remove
required
Array
The list of the integrations
Python
Responses
200