Skip to main content
Delete a pipe
curl --request DELETE \
  --url https://api.example.com/pipes/{id}
{
  "success": true
}

Path Parameters

id
string
required

ID of the pipe

Response

200 - application/json

Pipe deleted

success
boolean