Skip to main content
DELETE
/
platforms
/
twitter
/
credentials
/
brand
/
{brand_id}
Delete brand-scoped Twitter BYOK credentials
curl --request DELETE \
  --url https://api.social-api.ai/v1/platforms/twitter/credentials/brand/{brand_id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "code": "resource.not_found",
    "message": "Account not found",
    "meta": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

brand_id
string
required

Brand ID

Response

Credentials removed