Pipes
Delete Pipe
Delete pipe by name.
DELETE
/
v1
/
pipes
/
{pipe_name_format}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
pipe_name_format
string
requiredPipe 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[]
.