v1

latestOpenAPI 3.0.02026-08-06132933.0 KB
Data Sources

Delete a data source

Permanently deletes the specified ingestion data source (dataSourceId).

Deleting a data source also deletes all datasets it contains (and their data). This action is irreversible.

Requires a valid x-api-key with permission to manage data sources in the target account.

delete/v1/data-sources/{dataSourceId}

Path parameters

dataSourceIdinteger required

Unique identifier for the data source.

Example:4754489

Response

Successful response indicating that the data source and all contained datasets were permanently deleted.

requestIdstring

Unique identifier for the request.

statusstring

Indicates the status of the request.

messagestring

Human-readable message describing the outcome of the request (for display/logging; not intended for programmatic parsing).

Example response

{
  "requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
  "status": "success",
  "message": "Resource deleted successfully"
}