API Reference
update Changelog
DELETE

Delete connection

language https://api.araucaria.money/v1/connections/{connectionId}

Permanently deletes a connection and all associated accounts and transactions. This action cannot be undone.


Parameters

Name Type Description
connectionId * path string

Request Example

bash
curl -X DELETE "https://api.araucaria.money/v1/connections/{connectionId}" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Example

No response example available