---
title: "Remove an organization custom property definition from an enterprise"
method: DELETE
path: "/enterprises/{enterprise}/org-properties/schema/{custom_property_name}"
tags: ["enterprise-admin"]
---

# Remove an organization custom property definition from an enterprise

`DELETE /enterprises/{enterprise}/org-properties/schema/{custom_property_name}`

Removes an organization custom property definition that is defined on an enterprise.

Access requirements:
- Enterprise admins
- OAuth tokens and personal access tokens (classic) with the `admin:enterprise` scope
- Actors with the enterprise-level "manage enterprise custom properties for organizations" fine-grained permission

## Path parameters

- `enterprise` string, required
- `custom_property_name` string, required

## Response `204`

A header with no content is returned.

## Other responses

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

---

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