Skip to main content
POST
/
v3
/
integrations
/
{integration}
/
disconnect
Disconnect Integration
curl --request POST \
  --url https://app.plugchoice.com/api/v3/integrations/{integration}/disconnect \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
Disconnects the authenticated user from the specified integration by revoking all associated OAuth tokens.
integration
integer
required
The ID of the integration.

Response

success
boolean
Whether the request was successful.
message
string
A confirmation message.