---
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

---

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