Delete Record of a Datasource

Endpoint Name: delete_datasource_row

Request type : POST

Authorization: Bearer token as header

Endpoint Details: The delete_datasource_row endpoint will be used to delete records in datasource.

Method

URL

POST

URL/access/klearstack/delete_datasource_row

Request Body

Params

Values

Description

company_name

string

Name of the company for which the user is logging in

datasource_name

string

Name of the datasource

ids

string

Comma separated ids of records that needs to deleted from the datasource

API Response

Status code

Example Response

200

{

"success": true,

“release_version”:”7.8.9”

}

Last updated