Skip to main content
DELETE
/
v1
/
vault
/
connections
/
{connectionId}
Disconnect a vault provider
curl --request DELETE \
  --url https://agent.tinyfish.ai/v1/vault/connections/{connectionId} \
  --header 'X-API-Key: <api-key>'
{
  "connectionId": "conn_123"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Path Parameters

connectionId
string
required
Example:

"conn_123"

Response

Vault disconnected successfully.

disconnected
enum<boolean>
required
Available options:
true
connectionId
string
required
Example:

"conn_123"