Skip to main content
PATCH
/
v1
/
vault
/
items
/
{itemId}
/
disable
Disable a vault item
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"
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

itemId
string
required
Example:

"cred:conn-123:Personal:item-abc123"

Response

Vault item disabled successfully.

enabled
enum<boolean>
required
Available options:
false
itemId
string
required
Example:

"cred:conn-123:Personal:item-abc123"