Delete a Data Source

Removes a data source from the system.

Method

/API2/dataSources/deleteDataSource

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

sourceId

Type

string

Description

The data source's system ID

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Generic API response object with success or failure flag and related messages.

Notes

BEWARE: Removing a data source will impact the way existing queries, reports and dashboards - built on the data source - operate.

Examples