Delete guardrails policy
Delete a guardrails policy. Omit team_id to delete the org-wide policy (org admin only); provide team_id to delete that team’s policy (org admins may target any team in their org, other callers only their own team). Idempotent: deleting a policy that doesn’t exist returns deleted: false.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Query Parameters
Target team whose policy to delete. Omit to delete the org-wide policy (org admin only). Non-admin callers may only target their own team.
1