Skip to main content
bembem
DocsAPI Reference
  • Introduction
  • Action Type Configs
    • Create an Action Type Config
    • List Action Type Configs
    • Get an Action Type Config
    • Update an Action Type Config
    • Delete an Action Type Config
  • Actions
    • Create a batch of Actions
    • List Actions
    • Correct a Route action's choice for an event
  • Pipelines
    • Create a Pipeline
    • List Pipelines
    • Get a Pipeline
    • Update a Pipeline
    • Delete a Pipeline
  • Transformations
    • Create a batch of Transformations
    • Correct the Transformation value
    • Delete Transformations
    • List Transformations
    • List Transformation errors
    • Receive completed Transformation webhook
    • Receive Transformation Errors webhook
  • Events
    • Get an Event
    • List Events
    • Receive event webhook
  • Subscriptions
    • List Subscriptions
    • Create a Subscription
    • Get a Subscription
    • Update a Subscription
    • Delete a Subscription
  • Security
    • Generate a new webhook secret
    • Get the current webhook secret
  • Tasks
    • List Tasks
    • Get a Task
  • Pipelines
  • Delete a Pipeline

Delete a Pipeline

DELETE 

/v1-beta/pipelines/:pipelineID

Deletes an existing pipeline and all related transformations.

IMPORTANT NOTE: be sure you have exported any relevant transformations produced by the pipeline before deleting given they won't be accessible through our API after deleting the pipeline.

Request​

Responses​

  • 200

This endpoint returns a 200 upon successful deletion.

Previous
Update a Pipeline
Next
Create a batch of Transformations