curl --request POST \
--url https://app.plugchoice.com/api/v3/integrations/{integration}/disconnect \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}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.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.