---
title: "Delete a geo area"
method: DELETE
path: "/v1/geo-areas/{area-id}"
tags: ["Geo Areas"]
---

# Delete a geo area

`DELETE /v1/geo-areas/{area-id}`

Delete a geographic area. Requires MANAGE_GEO_AREAS system access right. Use force=true to delete even if the area is referenced by objects.

## Path parameters

- `area-id` integer, required — Geo area ID.

## Query parameters

- `force` boolean — Force deletion even if the area is referenced by objects.

## Response `204`

Geo area deleted successfully.

## Other responses

- `400` — Invalid area ID.
- `401` — Unauthorized.
- `403` — Access denied.
- `404` — Geo area not found.
- `409` — Geo area is in use by one or more objects.
- `500` — Internal server error.

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
