apicheats.dev github/llms.txt Raw .md
DELETE

DELETE /orgs/{org}/actions/policies/{policy_id} — GitHub API

GitHub token (required); https://api.github.com

GitHub API

Delete an organization Actions policy

Base URL
https://api.github.com
Auth
Authorization: Bearer <GITHUB_API_KEY>
Last verified
2026-09-18 · upstream hash matched
Actions Try in browser
Agents: curl -H "Accept: text/markdown" this URL
→ 184 tokens · Vary: Accept

Critical gotchas

GitHub recommends an Accept: application/vnd.github+json header and an explicit X-GitHub-Api-Version header.

Fine-grained tokens only authorize repositories and permissions selected when the token is created.

cURL

curl -X DELETE 'https://api.github.com/orgs/example-org/actions/policies/10' \  -H "Authorization: Bearer $GITHUB_TOKEN" \  -H 'Accept: application/vnd.github+json' \  -H 'X-GitHub-Api-Version: 2026-03-10'

Parameters

Name In Type Required Description
org path string Yes The organization name. The name is not case sensitive.
policy_id path integer Yes The ID of the policy.

Response 200 OK

null
Get a free GitHub API key → sponsored