Skip to main content
DELETE
/
playbooks
/
{id}
Delete a playbook
curl --request DELETE \
  --url https://app.generalcounsel.ai/api/external/v1/playbooks/{id} \
  --header 'Authorization: <api-key>'
{
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.gc.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The playbook ID to delete

Response

Playbook successfully deleted

deleted
boolean
required

Always true on success