---
title: "Unassign Properties from a Promotion."
method: PUT
path: "/rm-promotions/promotions/{promotionId}/unassign"
tags: ["Promotions Open Api"]
---

# Unassign Properties from a Promotion.

`PUT /rm-promotions/promotions/{promotionId}/unassign`

Removes properties from participating in the promotion.

## Path parameters

- `promotionId` string, required

## Request body

- object
  - `listings` object[], required — Listings to assign.

## Response `202`

Request for unassigning listings from the promotion has been accepted and is being processed.

- object
  - `requestId` string, required — Id of request.
  - `promotionId` string, required — Id of promotion.
  - `unassignedListingIds` object[], required — Unassigned listings in this request.

## Other responses

- `400` — Validation error.
- `401` — Authorization error.
- `403` — Feature is not enabled for this accountId.
- `404` — Promotion was not found.
- `500` — Internal server error.

---

[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/revisions/7c62644070f2/schema)
