cURL
curl --request PATCH \ --url https://agent.tinyfish.ai/v1/vault/items/{itemId}/disable \ --header 'X-API-Key: <api-key>'
{ "enabled": false, "itemId": "cred:conn-123:Personal:item-abc123" }
Disable a vault item for agent use.
API key for authentication. Get your key from the API Keys page.
"cred:conn-123:Personal:item-abc123"
Vault item disabled successfully.
false
Was this page helpful?