---
title: "Delete a component"
method: DELETE
path: "/api/v0/components/{component_id}"
tags: ["Components"]
---

# Delete a component

`DELETE /api/v0/components/{component_id}`

Deletes a component by its ID, including associated S3 files.

## Path parameters

- `component_id` string, uuid, required

## Response `200`

Successful Response

- ComponentDeleteResponse
  - `message` string, required — The message returned from the deletion operation
  - `component_id` string, uuid, required — The ID of the component that was deleted

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/outerport/apis/outerport-api.md) · [All operations](https://skmtc.dev/outerport/apis/outerport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerport/outerport-api/revisions/f565b46daaea/schema)
