> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a company

> Delete a company and unlink it from its customers, without deleting the customers themselves.

Deleting a company unlinks it from all of its customers. The customers themselves are not deleted, they no longer belong to a company.

<Snippet file="graphql/sdk-note.mdx" />

A company is identified by either its Plain `companyId` or its `companyDomainName`.

This operation requires the following permissions:

* `company:delete`

<Snippet file="graphql/delete-company.mdx" />
