---
title: "Delete playbook"
method: DELETE
path: "/v1/playbooks/{playbook_id}"
tags: ["Playbooks"]
---

# Delete playbook

`DELETE /v1/playbooks/{playbook_id}`

Delete a team playbook. Requires ManageOrgPlaybooks permission.
This marks the playbook as deleted and removes any associated macro.

## Path parameters

- `playbook_id` string, required

## Response `200`

Playbook deleted successfully

- object
  - `status` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - User does not have permission to access the resource
- `404` — Resource not found

---

[API](https://skmtc.net/devin/apis/devin-external-api.md) · [All operations](https://skmtc.net/devin/apis/devin-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devin/devin-external-api/versions/bb0fabac5cbe/schema)
