メインコンテンツへスキップ
DELETE
/
v2
/
enterprise
/
playbooks
/
{playbook_id}
Enterprise Playbook を削除
curl --request DELETE \
  --url https://api.devin.ai/v2/enterprise/playbooks/{playbook_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

Enterprise 管理者の個人用 APIキーが必要です。 Playbook を削除します。削除できるのは Playbook の所有者または Enterprise 管理者のみです。

承認

Authorization
string
header
必須

Enterprise 管理者専用の個人用 API キー (apk_user_*)

パスパラメータ

playbook_id
string
必須

レスポンス

成功時のレスポンス

status
string
デフォルト:success