API ReferenceSocial Accounts
Disconnect a social account
Remove a connected social account from a profile.
Authorization
bearerAuth AuthorizationBearer <token>
API keys start with cue_sk_ prefix. Get your key from the Cue dashboard.
Example: cue_sk_abc123def456ghi789jkl012mno345pqr678stu901vwx234
In: header
Path Parameters
id*string
Social account ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.oncue.so/v1/social-accounts/sac_p4n7k2m9xqhj"{
"data": {
"deleted": true
}
}{
"error": "Unauthorized"
}{
"error": "Social account not found"
}