Skip to main content
DELETE
Remove a check from a playbook

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

Playbook ID from GET /playbooks.

checkId
string<uuid>
required

Check ID from GET /playbooks/{id}/checks.

Response

Check removed

deleted
boolean
required

Always true on success