---
title: "Delete a playbook"
method: DELETE
path: "/v3/ai-sdr/playbooks/{id}"
tags: ["AI SDR Playbooks"]
---

# Delete a playbook

`DELETE /v3/ai-sdr/playbooks/{id}`

<small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>

Deletes a playbook. `global` playbooks cannot be deleted via the API.

Requires the AI SDR feature on the caller's team.

## Path parameters

- `id` string, required

## Response `204`

Playbook deleted successfully

## Other responses

- `400` — Malformed playbook id
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team
- `404` — Playbook not found
- `502` — Upstream AI SDR service failure

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
