Skip to main content
Social Accounts

Disconnect

Remove a connected social account from your project.

Endpoint

DELETE https://api.postpeer.dev/v1/connect/integrations/{id}

Path Parameters

ParameterTypeDescription
idstringIntegration ID from the List endpoint

Example

curl -X DELETE "https://api.postpeer.dev/v1/connect/integrations/abc123" \
  -H "x-access-key: YOUR_API_KEY"

Response

{
  "success": true,
  "message": "twitter disconnected."
}

Status Codes

CodeMeaning
200Account disconnected
404Integration not found

On this page