Skip to main content
DELETE
/
v2
/
entity-ingestion-configs
/
{config_id}
Delete Entity Ingestion Config
curl --request DELETE \
  --url https://public.api.serval.com/v2/entity-ingestion-configs/{config_id} \
  --header 'Authorization: Bearer <token>'
{}

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.