remove_vault
Remove a vault from the registry in Flint Note without deleting its files. Input the vault ID to unregister it from the system.
Instructions
Remove a vault from the registry (does not delete files)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the vault to remove |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID of the vault to remove",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}