/AWS1/CL_BDA=>DELETEAGENTACTIONGROUP()
¶
About DeleteAgentActionGroup¶
Deletes an action group in an agent.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_AGENTID
TYPE /AWS1/BDAID
/AWS1/BDAID
¶
The unique identifier of the agent that the action group belongs to.
IV_AGENTVERSION
TYPE /AWS1/BDADRAFTVERSION
/AWS1/BDADRAFTVERSION
¶
The version of the agent that the action group belongs to.
IV_ACTIONGROUPID
TYPE /AWS1/BDAID
/AWS1/BDAID
¶
The unique identifier of the action group 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.