---
title: "Remove a custom property for an organization"
method: DELETE
path: "/orgs/{org}/properties/schema/{custom_property_name}"
tags: ["orgs"]
---

# Remove a custom property for an organization

`DELETE /orgs/{org}/properties/schema/{custom_property_name}`

Removes a custom property that is defined for an organization.

To use this endpoint, the authenticated user must be one of:
  - An administrator for the organization.
  - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_definitions_manager` in the organization.

## Path parameters

- `org` string, required
- `custom_property_name` string, required

## Response `204`

A header with no content is returned.

## Other responses

- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
