Entity Ingestion Config API
Delete Entity Ingestion Config
Delete an entity ingestion config. Optionally delete all ingested entities and field values (asynchronous operation).
DELETE
Delete Entity Ingestion Config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ingestion config.
Query Parameters
If true, also delete all ingested entities and field values before deleting the config. This is an asynchronous operation. Defaults to false.
Response
Success
The response is of type DeleteEntityIngestionConfigResponse · object.
Delete Entity Ingestion Config

