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

# Delete a company

`DELETE /v1/companies/{id}`

Delete the specified company.

## Path parameters

- `id` string, uuid, required

## Response `204`

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the identifier specified in the URL is a valid UUID
- `404` — No company can be found.

---

[API](https://skmtc.dev/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.dev/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotfile/api-specifications/revisions/36393567057b/schema)
