Entity Ingestion Config API
Delete Entity Ingestion Config
Delete an entity ingestion config. Optionally delete all ingested entities and field values (asynchronous operation).
delete/v2/entity-ingestion-configs/{config_id}
Path parameters
config_idstring required
The ID of the ingestion config.
Query parameters
alsoDeleteIngestedDataboolean
If true, also delete all ingested entities and field values before deleting the config. This is an asynchronous operation. Defaults to false.
If true, also delete all ingested entities and field values before deleting the config. This is an asynchronous operation. Defaults to false.
Response
Success
SvstorePublicapiDeleteEntityIngestionConfigResponse required