DELETE
/
v1
/
sources
/
{src_name}
curl --request DELETE \
  --url https://api.airfold.co/v1/sources/{src_name} \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

src_name
string
required

Source name

Query Parameters

dry_run
boolean
default:false

Get execution plan without executing it

force
boolean
default:false

Force delete/overwrite even if data will be lost.

Response

200
application/json
OK

The response is of type object[].