Skip to main content

Delete a Datasource

This operation deletes a given data source from a project

Query Parameters
  • clientId string required
  • datasourceId string required
Header Parameters
  • Accept string required
Responses

OK

DELETE /ediscoveryclients/datasources    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — query required
datasourceId — query required
Accept — header required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/EDiscoveryClients/Datasources' \
-H 'Authtoken: <API_KEY_VALUE>'