跳转到主要内容
Vault

删除 Vault

硬删除密钥库

DELETE
/api/v1/agentstudio/vaults/{vault_id}
cURL
curl --request DELETE \
  --url 'https://dashscope.aliyuncs.com/api/v1/agentstudio/vaults/{vault_id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "id": "vlt_xxx",
  "type": "vault_deleted"
}

鉴权

string
header
必填

DashScope API Key

路径参数

string
必填

Vault ID,格式 vlt_xxx

响应

200-application/json
string

已删除的 Vault ID

string

固定为 vault_deleted