---
title: "Delete Region"
method: DELETE
path: "/setup/v1/companies/regions/{id}"
tags: ["Companies"]
---

# Delete Region

`DELETE /setup/v1/companies/regions/{id}`

Use this endpoint to **Delete** a region object. A valid **region id** is required. If the region is related to any business locations it won't be deleted. You must first remove any references to region id from the business locations prior to deleting.

## Path parameters

- `id` string, required

## Response `200`

Success

- RegionViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `name` string, nullable

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/revisions/c5c023458a2f/schema)
