Postato Docs
API ReferenceAccounts

Disconnect a social account

Remove an OAuth-connected account; stored tokens are revoked and the account is marked disconnected.

DELETE
/v1/workspaces/{workspaceId}/accounts/{id}
AuthorizationBearer <token>

API key in the format smcp_<64 hex chars>.

In: header

Path Parameters

workspaceId*string
id*string

Account ULID

Response Body

application/json

application/json

curl -X DELETE "https://api.postato.com.br/v1/workspaces/string/accounts/string"
{
  "success": true
}
{
  "error": "string",
  "message": "string",
  "details": null
}