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

# Delete company

`DELETE /api/v1/companies/company/{companyId}`

This API endpoint deletes the company.

## Path parameters

- `companyId` string, required

## Response `204`

No content

## Other responses

- `400` — Bad model
- `401` — Unauthorized user
- `404` — Entity not found

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
