---
title: "Delete a company"
method: DELETE
path: "/companies/{companyId}"
tags: ["Company"]
---

# Delete a company

`DELETE /companies/{companyId}`

Delete a company by its external `companyId`. Contacts keep their `companyId` link and
conversations keep their historical company stamp, so an SDK that still sends this
`companyId` will lazily re-create the company on the next identify.

## Path parameters

- `companyId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- object

## Changes

- **2026-08-24** `b9826bd84349` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/companies/:companyId/delete.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
