---
title: "Delete custom field office"
method: DELETE
path: "/v3/custom_field_offices/{id}"
tags: ["Custom Field Offices"]
---

# Delete custom field office

`DELETE /v3/custom_field_offices/{id}`

Remove an office from a custom field's visibility scope. Deleting the last custom_field_office row for a field restores its default behavior of being visible to every office — useful when an org pivots to remote/hybrid and stops scoping fields by location.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.dev/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greenhouse/auth-api/revisions/9517a2e54640/schema)
