Skip to main content
DELETE
/
v3
/
ai-sdr
/
playbooks
/
{id}
Delete a playbook
curl --request DELETE \
  --url https://api.reply.io/v3/ai-sdr/playbooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "title": "Bad Request",
  "status": 400,
  "detail": "Playbook id 'foo-7' is not a valid composite identifier.",
  "code": "playbook.invalidIdFormat"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
string
required

Composite playbook id (o-N / t-N)

Response

Playbook deleted successfully