Deutsch
cURL
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>" }
Delete a playbook for an organization.
ManageAccountPlaybooks
Service User credential (prefix: cog_)
Successful Response
enterprise
org