> ## 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.

# Disconnect Integration

Disconnects the authenticated user from the specified integration by revoking all associated OAuth tokens.

<ParamField path="integration" type="integer" required>
  The ID of the integration.
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether the request was successful.
</ResponseField>

<ResponseField name="message" type="string">
  A confirmation message.
</ResponseField>
