---
title: "Un-Assign propertyIds from a complex"
method: PUT
path: "/properties-api/complexes/{id}/unassign"
tags: ["Complexes"]
---

# Un-Assign propertyIds from a complex

`PUT /properties-api/complexes/{id}/unassign`

Unassign propertyIds from a specific complex based on the complexId, and returns the unassigned values

## Path parameters

- `id` string, required

## Request body

- string[]

## Response `200`

The complex was updated successfully. If none of the property Ids exist in the complex, a 404 will be returned.

- object
  - `propertyIds` string[]

## 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)
