Sources
Delete Source
Delete data source by name.
DELETE
/
v1
/
sources
/
{src_name}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
src_name
string
requiredSource name
Query Parameters
dry_run
boolean
default: falseGet execution plan without executing it
force
boolean
default: falseForce delete/overwrite even if data will be lost.
Response
200 - application/json
The response is of type object[]
.