Zum Hauptinhalt springen
DELETE
/
v3beta1
/
enterprise
/
playbooks
/
{playbook_id}
Delete a playbook
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/enterprise/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>"
}

Berechtigungen

Erfordert einen Servicebenutzer, der über die Berechtigung ManageAccountPlaybooks auf Enterprise-Ebene verfügt.

Autorisierungen

Authorization
string
header
erforderlich

Service User credential (prefix: cog_)

Pfadparameter

playbook_id
string
erforderlich

Antwort

Successful Response

access_type
enum<string>
erforderlich
Verfügbare Optionen:
enterprise,
org
body
string
erforderlich
created_at
integer
erforderlich
created_by
string
erforderlich
macro
string | null
erforderlich
org_id
string | null
erforderlich
playbook_id
string
erforderlich
title
string
erforderlich
updated_at
integer
erforderlich
updated_by
string
erforderlich