メインコンテンツへスキップ
DELETE
/
v3beta1
/
enterprise
/
knowledge
/
notes
/
{note_id}
Delete a note
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/enterprise/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
}

権限

Enterprise 全体に対する ManageAccountKnowledge 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

Service User credential (prefix: cog_)

パスパラメータ

note_id
string
必須

レスポンス

Successful Response

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