Skip to main content
DELETE
/
social-accounts
/
{socialAccountId}
Delete social account
curl --request DELETE \
  --url https://api.woopsocial.com/v1/social-accounts/{socialAccountId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

socialAccountId
string
required

Connected social account identifier.

Response

Social account connection deleted.