---
title: "Delete complex"
method: DELETE
path: "/properties-api/complexes/{id}"
tags: ["Complexes"]
---

# Delete complex

`DELETE /properties-api/complexes/{id}`

Deletes a specific complex based on the complexId

## Path parameters

- `id` string, required

## Response `200`

The complex was deleted successfully

- object
  - `acknowledged` boolean
  - `deletedCount` number

## Other responses

- `403` — Unauthorized Request
- `404` — Complex not found

---

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