---
title: "Deactivate Installation"
method: POST
path: "/partner/installations/{id}/deactivate"
tags: ["Installation"]
---

# Deactivate Installation

`POST /partner/installations/{id}/deactivate`

Deactivates the installation. The practice's other installations are not affected.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- PublicInstallationBlueprintOne
  - `id` string
  - `auto_grant_partner_app_access` string
  - `default_partner_app_admin_role` string
  - `default_partner_app_non_admin_role` string
  - `status` string
  - `practice` PublicPracticeBlueprintMin
    - `id` string
    - `name` string
  - `product` PublicProductBlueprintMin
    - `id` string
    - `name` string
    - `slug` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/versions/a92ae2a6fa90/schema)
