メインコンテンツへスキップ
DELETE
/
v3beta1
/
enterprise
/
organizations
/
{org_id}
/
tags
/
{tag}
Remove Organization Tag
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/tags/{tag} \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    "<string>"
  ]
}

権限

ManageEnterpriseSettings 権限を持つサービスユーザーが必要です。さらに、Enterprise 環境でセッションタグ機能が有効になっている必要があります。

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

org_id
string
required
tag
string
required

Response

Successful Response

tags
string[]
required