QuQi API افتح الكونسول
ESC
افتح الكونسول استخدام QuQi
API
Getting started
The QuQi API Authentication
Your account
GET List your websites POST Issue a narrowed key
Channels
GET List channels GET One channel
Posts
POST Plan a post GET List posts GET One post POST Publish a post
Articles
POST Plan an article GET List written articles GET One written article
The calendar
GET The calendar
Pictures
POST Make a picture GET The picture library GET Check a task
Webhooks
POST Add a webhook GET List webhooks DELETE Remove a webhook
Reading finished work
GET Status GET Keywords GET List articles GET One article POST Connect a site POST Disconnect a site
Getting started
Errors
التوثيق / API / Disconnect a site

Disconnect a site

Forget a recorded connection. The key itself keeps working.

قراءة 1 دقيقة All plans
POST /api/v1/platform/disconnect

Name a platform to forget one; leave it out and every recorded connection for that website is forgotten.

platform string اختياري
Which connection to forget. Up to 32 characters. Omit it to forget them all.
معلومة مفيدة Disconnecting only forgets the connection. The API key stays valid and keeps working until you revoke it under Settings → API Keys — see Authentication.
CURL
curl -X POST https://console.quqi.io/api/v1/platform/disconnect \
  -H "Authorization: Bearer quqi_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"platform":"wordpress"}'
RESPONSE
{
  "success": true,
  "message": "Disconnected."
}
هل أجابت هذه الصفحة عن سؤالك؟ نعم ليس تمامًا