DELETE
/
core
/
pipeline
/
{id}
curl --request DELETE \
  --url https://api.openint.dev/v0/core/pipeline/{id} \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
true

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

id
string
required

Must start with 'pipe_'

Response

200
application/json
Successful response

The response is of type boolean.