Endpoints
Datasource - Delete
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
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
type
string
name
string
status
enum<string>
Available options:
unsynched
, pending
, running
, synched
, error
, usage_limit_reached
groupId
string
updatedAt
string
createdAt
string
lastSynch
string
config
object
Was this page helpful?