> ## Documentation Index
> Fetch the complete documentation index at: https://connect.trypost.it/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Disconnect social account

> Disconnect a social account. Returns 204.

Requires **manage accounts**.

<ParamField path="id" type="string" required>
  Social account UUID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://connect.trypost.it/api/social-accounts/b2c3d4e5-f6a7-8b9c-0d1e-2f3a4b5c6d7e \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
