---
title: "Delete issue field for an organization"
method: DELETE
path: "/orgs/{org}/issue-fields/{issue_field_id}"
tags: ["orgs"]
---

# Delete issue field for an organization

`DELETE /orgs/{org}/issue-fields/{issue_field_id}`

Deletes an issue field for an organization.

You can find out more about issue fields in [Managing issue fields in an organization](https://docs.github.com/enterprise-cloud@latest/issues/tracking-your-work-with-issues/using-issues/managing-issue-fields-in-an-organization).

To use this endpoint, the authenticated user must be an administrator for the organization. OAuth app tokens and
personal access tokens (classic) need the `admin:org` scope to use this endpoint.

## Path parameters

- `org` string, required
- `issue_field_id` integer, required

## Response `204`

A header with no content is returned.

## Other responses

- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

## Changes

> 62 revisions in range; 3 could not be searched.

- **2026-03-11** `e26e2e7af931` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/orgs/:org/issue-fields/:issue_field_id/delete.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/6020c72ba337/schema)
