Skip to main content
DELETE
Delete Entity Ingestion Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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

Success

The response is of type DeleteEntityIngestionConfigResponse · object.