> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a company

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

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

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" />
