Skip to content

Disconnect a social network

Permanently delete a social network from your organization. This action cannot be undone.

Impact:

  • The social network will be immediately removed from your account
  • Any social accounts connected using this social network may lose functionality. Talk with our support if you need to migrate to a different key set and need assistance.
  • You will no longer be able to connect new accounts for this platform
  • Existing posts will not be affected, but future posts to this platform will fail. Pulling metrics will fail for all posts.

Use Cases:

  • Removing support for a platform you no longer use
  • Cleaning up test or invalid social networks
  • Security response to compromised credentials

Best Practice: Before deleting a social network, ensure you have a replacement ready or that you no longer need to connect accounts for this platform.

DELETE/v1/social-networks/{id}

Path Parameters

idstring

Response Body

200application/json

403application/json

404application/json

500application/json

JavaScript

Go

Java

C#

cURL

TypeScript

Python

Swift

fetch(" {
  method: "DELETE"
})

200403404500

{
  "success": true,
  "message": "Social network deleted successfully"
}
{
  "success": false,
  "error": "Invalid payload",
  "details": {
    "network": {
      "_errors": [\
        "Required"\
      ]
    }
  }
}
{
  "success": false,
  "error": "Invalid payload",
  "details": {
    "network": {
      "_errors": [\
        "Required"\
      ]
    }
  }
}
{
  "success": false,
  "error": "Internal server error",
  "message": "Database connection failed"
}

Update a social network PATCH\ \ Previous Page Get social network authentication URL POST\ \ Next Page