メインコンテンツへスキップ
DELETE
/
v3beta1
/
organizations
/
{org_id}
/
knowledge
/
notes
/
{note_id}
Delete an org-level note
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/knowledge/notes/{note_id} \
  --header 'Authorization: Bearer <token>'
{
  "access_type": "enterprise",
  "body": "<string>",
  "created_at": 123,
  "folder_id": "<string>",
  "is_enabled": true,
  "name": "<string>",
  "note_id": "<string>",
  "org_id": "<string>",
  "trigger": "<string>",
  "updated_at": 123
}

権限

指定した組織の ManageAccountKnowledge 権限を持つサービスユーザーが必要です。

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

note_id
string
required

Response

Successful Response

access_type
enum<string>
required
利用可能なオプション:
enterprise,
org
body
string
required
created_at
integer
required
folder_id
string | null
required
is_enabled
boolean
required
name
string
required
note_id
string
required
org_id
string | null
required
trigger
string
required
updated_at
integer
required