---
title: "Delete agent playbook"
method: DELETE
path: "/public/v1/playbooks/{playbookId}"
tags: ["Agent Playbooks"]
---

# Delete agent playbook

`DELETE /public/v1/playbooks/{playbookId}`

Deletes an agent playbook. Only the creator can delete it. Requires a USER API key.

## Path parameters

- `playbookId` integer, required

## Response `200`

Playbook deleted

- PublicAgentPlaybookDeleteResult
  - `success` boolean, required

## Other responses

- `404` — Not Found

---

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