delete

Pipeline.delete()[source]

Deletes the pipeline from the engine.

Raises:
KeyError: If an unsupported instance variable is

encountered (via validate()).

TypeError: If any instance variable is of wrong type (via

validate()).

ValueError: If any instance variable does not match its

possible choices (string) or is out of the expected bounds (numerical) (via validate()).

Note:

Caution: You can not undo this action!