---
title: "Delete office"
method: DELETE
path: "/offices/{officeCode}"
tags: ["Offices"]
---

# Delete office

`DELETE /offices/{officeCode}`

## Path parameters

- `officeCode` string, required

## Response `204`

Office deleted successfully

## Other responses

- `404` — Office not found
- `409` — Cannot delete office that has assigned employees
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
