Datastores & Datasources
Delete Datasource
Deletes a specific data source by its ID.
DELETE
/
datasources
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the datasource to be deleted.
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
type
enum<string>
Available options:
file
, web_page
, web_site
, qa
name
string
status
enum<string>
Available options:
unsynched
, pending
, running
, synched
, error
, usage_limit_reached
groupId
string | null
updatedAt
string
createdAt
string
lastSynch
string | null
config
object
Was this page helpful?