Skip to main content
DELETE
/
social
/
accounts
/
{accountId}
Disconnect an account
curl --request DELETE \
  --url https://rawugc.com/api/v1/social/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.rawugc.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

accountId
string
required

Account ID

Response

Account disconnected

success
boolean