---
title: "Disassociate a partner managed company"
method: PUT
path: "/v1/partner_managed_companies/{company_uuid}/disassociate"
tags: ["Companies"]
---

# Disassociate a partner managed company

`PUT /v1/partner_managed_companies/{company_uuid}/disassociate`

Disassociate a company from your embedded payroll product, reversing an earlier association or migration. You can only disassociate a company that is currently associated with your application.

📘 System Access Authentication

This endpoint uses the [Bearer Auth scheme with the system-level access token in the HTTP Authorization header](https://docs.gusto.com/embedded-payroll/docs/system-access)

scope: `partner_managed_companies:disassociate`

## Path parameters

- `company_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

OK

- PartnerManagedCompanyDisassociateResponse — The company that was disassociated from the partner's embedded payroll product.
  - `company_uuid` string, uuid, required — The UUID of the disassociated company.
  - `company_name` string, required — The name of the disassociated company.

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.
- `422` — Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
