---
title: "Deactivate Company"
method: POST
path: "/provider/companies/{id}/deactivate"
tags: ["Company"]
---

# Deactivate Company

`POST /provider/companies/{id}/deactivate`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- PublicCompanyBlueprintOne
  - `id` string
  - `employee_divisions_count` integer
  - `name` string
  - `status` string
  - `address` PublicAddressBlueprintLeaf
    - `id` string
    - `city` string
    - `country` string
    - `line1` string
    - `line2` string
    - `state` string
    - `zip` string
    - `latitude` number, float
    - `longitude` number, float
  - `default_location` PublicLocationBlueprintMin
    - `id` string
    - `name` string
  - `default_plan` PublicPlanBlueprintMin
    - `id` string
    - `name` string
    - `plan_type` string
  - `default_practitioner` PublicPractitionerBlueprintMin
    - `id` string
    - `name` string
  - `employee_divisions` PublicEmployeeDivisionBlueprintLeaf
    - `id` string
    - `name` string
  - `phones` PublicPhoneBlueprintLeaf
    - `number` string
    - `type` 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/revisions/a92ae2a6fa90/schema)
