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

# Delete office

`DELETE /offices/{officeCode}`

## Path parameters

- `officeId` string, required

## Response `204`

Office deleted successfully

## Other responses

- `404` — Office not found
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

## Changes

- **2025-01-09** `29074eeb2bb5` — 3 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
- **2025-01-07** `659ddbe31a58` — 2 breaking, 1 warning, 3 info
  - added the new path request parameter `officeId`
  - removed the media type `application/json` for the response with the status `404`
  - deleted the `path` request parameter `officeCode`
  - removed the non-success response with the status `409`
  - …2 more

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/offices/:officeCode/delete.md)

---

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