Skip to main content
POST
Disconnect Integration
Disconnect and disable a third-party integration for a specific user.

URL Parameters

string
required
The type of integration to disconnect. Valid values:
  • google-analytics
  • notion
  • slack
  • zoho
  • gmail

Request

string
required
Unique identifier for the user in your system

Response

boolean
Whether the disconnection was successful

Example

Error Codes

object
Invalid request
object
Authentication error
object
Integration not found
object
Server error

Notes

  • This endpoint disables the integration but preserves its configuration
  • The integration can be re-enabled by going through the connection flow again
  • Any ongoing data synchronization will be stopped
  • Access tokens and other credentials are revoked
  • The integration’s status will be updated to reflect the disconnection