---
title: "Removes a monitored company altogether from the monitored company collection."
method: DELETE
path: "/api/v2/companies/{id}"
tags: ["Company"]
---

# Removes a monitored company altogether from the monitored company collection.

`DELETE /api/v2/companies/{id}`

Given a company id this endpoint deletes the company from the monitored company list, however, it doesn't redeem the license used.

## Path parameters

- `id` integer, required

## Query parameters

- `EcosystemId` integer

## Response `200`

Success

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
