cURL
curl --request DELETE \ --url https://agent.tinyfish.ai/v1/vault/connections/{connectionId} \ --header 'X-API-Key: <api-key>'
{ "disconnected": true, "connectionId": "conn_123" }
Disconnect a vault provider and remove its stored enabled items.
API key for authentication. Get your key from the API Keys page.
"conn_123"
Vault disconnected successfully.
true
Was this page helpful?