---
title: "Remove a custom property for an enterprise"
method: DELETE
path: "/enterprises/{enterprise}/properties/schema/{custom_property_name}"
tags: ["enterprise-admin"]
---

# Remove a custom property for an enterprise

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

Remove a custom property that is defined for an enterprise.

To use this endpoint, the authenticated user must be an administrator for the enterprise.

## 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

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
