跳转到主要内容
DELETE
/
v3
/
enterprise
/
organizations
/
{org_id}
/
tags
/
default
清除组织默认标签
curl --request DELETE \
  --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags/default \
  --header 'Authorization: Bearer <token>'
{
  "default_tag": "<string>"
}

授权

Authorization
string
header
必填

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

路径参数

org_id
string
必填

响应

成功响应

default_tag
string | null
必填