DELETE
/
v1
/
pipes
/
{pipe_name_format}
curl --request DELETE \
  --url https://api.airfold.co/v1/pipes/{pipe_name_format} \
  --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

pipe_name_format
string
required

Pipe 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[].