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

---

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