メインコンテンツへスキップ
DELETE
/
v3beta1
/
organizations
/
{org_id}
/
playbooks
/
{playbook_id}
Delete an org-level playbook
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>'
{
  "access_type": "enterprise",
  "body": "<string>",
  "created_at": 123,
  "created_by": "<string>",
  "macro": "<string>",
  "org_id": "<string>",
  "playbook_id": "<string>",
  "title": "<string>",
  "updated_at": 123,
  "updated_by": "<string>"
}

権限

指定した組織に対して ManageAccountPlaybooks 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

Service User credential (prefix: cog_)

パスパラメータ

playbook_id
string
必須

レスポンス

Successful Response

access_type
enum<string>
必須
利用可能なオプション:
enterprise,
org
body
string
必須
created_at
integer
必須
created_by
string
必須
macro
string | null
必須
org_id
string | null
必須
playbook_id
string
必須
title
string
必須
updated_at
integer
必須
updated_by
string
必須