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
}

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