cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/accounts/{id} \ --header 'Authorization: <api-key>'
{ "code": "account_not_found", "error": "account not found" }
Soft-deletes a connected account. It will no longer appear in the accounts list and all API calls using this account will return 404.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Account ID
Account disconnected