v1
latestOpenAPI 3.0.02026-08-06132933.0 KBData 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.
Example response
{
"requestId": "b0eac937-c25c-47a5-bb7e-552f6b860458",
"status": "success",
"message": "Resource deleted successfully"
}