/AWS1/CL_BDA=>DELETEFLOWVERSION()
¶
About DeleteFlowVersion¶
Deletes a version of a flow.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_FLOWIDENTIFIER
TYPE /AWS1/BDAFLOWIDENTIFIER
/AWS1/BDAFLOWIDENTIFIER
¶
The unique identifier of the flow whose version that you want to delete
IV_FLOWVERSION
TYPE /AWS1/BDANUMERICALVERSION
/AWS1/BDANUMERICALVERSION
¶
The version of the flow that you want to delete.
Optional arguments:¶
IV_SKIPRESOURCEINUSECHECK
TYPE /AWS1/BDABOOLEAN
/AWS1/BDABOOLEAN
¶
By default, this value is
false
and deletion is stopped if the resource is in use. If you set it totrue
, the resource will be deleted even if the resource is in use.