跳转到主要内容
DELETE
/
v3beta1
/
enterprise
/
snapshot-setup
/
blueprints
/
{blueprint_id}
删除企业蓝图(软删除)
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/enterprise/snapshot-setup/blueprints/{blueprint_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

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

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

权限

需要在企业级别拥有 ManageAccountSnapshots 权限的服务用户。

行为

将企业蓝图软删除。

授权

Authorization
string
header
必填

服务用户凭据(前缀:cog_)

路径参数

blueprint_id
string
必填

响应

成功响应