cURL
curl --request POST \ --url https://api.d1g.qzz.io/api/v1/tiktok/disconnect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountId": "123e4567-e89b-12d3-a456-426614174000" } '
{ "success": true, "data": { "message": "TikTok account disconnected successfully" } }
Disconnect a TikTok account from your profile
Use JWT token (from Supabase auth) or API key (format: sk_live_...)
"123e4567-e89b-12d3-a456-426614174000"
Account disconnected successfully
true
Show child attributes