---
title: "deleteComponent"
method: DELETE
path: "/v1/app-configurations/{appId}/versions/{version}/components/{componentId}"
tags: ["App Configuration"]
---

# deleteComponent

`DELETE /v1/app-configurations/{appId}/versions/{version}/components/{componentId}`

Delete a specific component from an app version

## Path parameters

- `appId` string, required
- `version` string, required
- `componentId` string, required

## Response `204`

Component deleted successfully

## Other responses

- `404` — Version or component not found

## Changes

- **2025-04-30** `96130e8314f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/app-api/changes/v1/app-configurations/:appId/versions/:version/components/:componentId/delete.md)

---

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