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

# Delete a company

`DELETE /companies/{id}`

Deletes the company with the specified ID. Only tenant-owned companies can be deleted. Global companies are shared across tenants and cannot be removed.

## Path parameters

- `id` string, required

## Response `204`

Company deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Company not found, or the company is global and cannot be deleted
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
