Workflow for terminating a Port Label subscription.
terminate_port_label()
Terminate a Port Label subscription.
Source code in gso/workflows/port_label/terminate_port_label.py
| @terminate_workflow("Terminate Port Label")
def terminate_port_label() -> StepList:
"""Terminate a Port Label subscription."""
return begin
|