Delete Pipeline
pipelines
Delete Pipeline
Delete a specific pipeline.
Args:
- pipeline_id: ID of the pipeline to delete.
- db: Database session.
- user: Authenticated user.
DELETE
Delete Pipeline
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Response
Successful Response
A standard reply for many of our calls which has a 'status' ('success/failure') field and an 'error' field for failures.
Attributes:
- status: The status of the operation. Always one of 'success' or 'failure'.
- error: The error message, if any. Empty string if none.