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>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

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.