Delete Datasource
Endpoint Name: deletedatasource
Request type : POST
Authorization: Bearer token as header
Endpoint Details: The deletedatasourceendpoint
will be used to delete datasource.
Method
URL
POST
URL/access/klearstack/deletedatasource
Request Body
Params
Values
Description
datasource_name
string
Name of the datasource
company_name
string
Name of the company for which the user is logging in
API Response
Status code
Example Response
200
{
"success": true,
“release_version”:”7.8.9”
}
Last updated