---
title: "Delete Entity Ingestion Config"
method: DELETE
path: "/v2/entity-ingestion-configs/{config_id}"
tags: ["Entity Ingestion Config API"]
---

# Delete Entity Ingestion Config

`DELETE /v2/entity-ingestion-configs/{config_id}`

Delete an entity ingestion config. Optionally delete all ingested entities and field values (asynchronous operation).

## Path parameters

- `config_id` string, required — The ID of the ingestion config.

## Query parameters

- `alsoDeleteIngestedData` boolean — If true, also delete all ingested entities and field values before deleting the config. This is an asynchronous operation. Defaults to false.

## Response `200`

Success

- SvstorePublicapiDeleteEntityIngestionConfigResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
