DELETE
/
console
/
v1
/
ingestion
curl --request DELETE \
  --url https://statsigapi.net/console/v1/ingestion \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Ingestion deleted successfully."
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Query Parameters

type
enum<string>
required
Available options:
redshift,
bigquery-v2,
snowflake-v2,
databricks,
azure-synapse,
s3,
athena,
adls
dataset
enum<string>
required
Available options:
Events,
Metrics,
export_exposures,
entity_properties
source_name
string

Response

200 - application/json
Delete Ingestion Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.