Learn R Programming

datarobot (version 2.18.6)

DeleteDataSource: Delete a data store.

Description

Delete a data store.

Usage

DeleteDataSource(dataSourceId)

Arguments

dataSourceId

character. The ID of the data store to update.

Examples

Run this code
if (FALSE) {
 dataSourceId <- "5c1303269300d900016b41a7"
 DeleteDataSource(dataSourceId)
}

Run the code above in your browser using DataLab