cpdflow.wml.wml.delete_function_deployment_by_function_deployment_names

delete_function_deployment_by_function_deployment_names(config: dict, function_deployment_names: list, space_type: str) None[source]

Delete function deployments by function deployment names.

Parameters:
  • config (dict) – configuration dictionary

  • function_deployment_names (list[str]) – list of function deployment names to be deleted

  • space_type (str) – development or production environment

  • log_format (str) – log format for this method