---
title: "Delete a component"
method: DELETE
path: "/components/{id}"
tags: ["components"]
---

# Delete a component

`DELETE /components/{id}`

Delete a component

## Path parameters

- `id` string, required

## Response `204`

The component was deleted successfully

## Other responses

- `401` — Access token is missing or invalid
- `404` — Component with given ID not found

## Changes

- **2019-05-16** `77e6b7addc6e` — 2 info
  - the endpoint scheme security `api_key` was removed from the API
  - added the non-success response with the status `401`

[Change history](https://skmtc.dev/openintegrationhub/apis/component-repository/changes/components/:id/delete.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/component-repository.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/component-repository/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/component-repository/revisions/a2db333b03c8/schema)
