---
title: "Delete Company by ID"
method: DELETE
path: "/companies/{companyId}"
tags: ["Companies"]
---

# Delete Company by ID

`DELETE /companies/{companyId}`

Delete a company by its ID.

## Response `204`

The company is successfully deleted.

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/versions/38a43a1b2981/schema)
