Skip to main content
DELETE
/
api
/
v1
/
connected_accounts
/
{id}
Delete a connected account
curl --request DELETE \
  --url https://flowra.dev/api/v1/connected_accounts/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Operation completed successfully"
}

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

id
string
required

The unique identifier (id) of the connected account

Response

200 - application/json

Successfully deleted the connected account.