Deletes an action group in an agent.
delete/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/
Path parameters
agentIdstring required
The unique identifier of the agent that the action group belongs to.
agentVersionstring required
The version of the agent that the action group belongs to.
actionGroupIdstring required
The unique identifier of the action group to delete.
Query parameters
skipResourceInUseCheckboolean
By default, this value is <code>false</code> and deletion is stopped if the resource is in use. If you set it to <code>true</code>, the resource will be deleted even if the resource is in use.
Response
Success
DeleteAgentActionGroupResponse required