---
title: "Mews Disconnect"
method: POST
path: "/integrations/mews/disconnect"
tags: ["mews"]
---

# Mews Disconnect

`POST /integrations/mews/disconnect`

Soft-delete one property's connection and clear its credentials.

Nothing is revoked upstream: Mews issues the access token to the property,
and only the property can revoke it in Mews Operations.

## Request body

- MewsDisconnectRequest
  - `property_id` string, uuid, required

## Response `200`

Successful Response

- MewsDisconnectResponse
  - `disconnected` boolean, required

## Other responses

- `404` — Error
- `422` — Validation Error

## Changes

> 19 revisions in range; 1 not diffed.

- **2026-09-08** `0d816626f362` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/mews/disconnect/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/34f2d9e81b0b?raw)
