Skip to main content
DELETE
Try it out! Use the API playground on the right to test the Disconnect Integration endpoint directly.

Overview

Disconnect a social media platform from your account. This removes the connection and all associated tokens.
This action is permanent. Once disconnected:
  • All pending scheduled posts for this platform will fail
  • You’ll need to reconnect through the dashboard to post again
  • Historical post data will be preserved

Endpoint


Path Parameters

string
required
The unique ID of the integration to disconnect

Headers

string
required
Your API key from API Settings

Response

boolean
Whether the request was successful
string
Status message
object

Request Example


Response Examples


What Happens After Disconnection

Pending Scheduled Posts

Any posts scheduled for this integration will:
  1. Remain in pending status
  2. Fail when their scheduled time arrives
  3. Status will change to failed with an error message
Recommendation: Cancel any pending scheduled posts before disconnecting:

Historical Data

  • Previously published posts remain on the platform
  • Post history in Hooked is preserved for reference
  • Analytics data is retained

Reconnecting

To reconnect a platform after disconnecting:
  1. Go to Hooked Dashboard
  2. Click Connect on the platform you want to add
  3. Complete the OAuth authorization flow
  4. A new integration ID will be generated
Reconnecting creates a new integration with a new ID. Update any stored integration IDs in your application.

Next Steps

List Integrations

View remaining connected platforms

Connect New

Add a new platform in dashboard

Cancel Schedules

Cancel pending posts

List Scheduled

View scheduled posts

Authorizations

x-api-key
string
header
required

Path Parameters

integrationId
string
required

Integration ID

Response

200

Integration disconnected successfully