Workflow for terminating an IAS subscription.
terminate_ias()
Terminate an IAS subscription.
Source code in gso/workflows/l3_core_service/ias/terminate_ias.py
| @terminate_workflow("Terminate IAS", initial_input_form=generic_termination_form_generator)
def terminate_ias() -> StepList:
"""Terminate an IAS subscription."""
return begin
|