Deleting a transaction group

To delete a transaction group from the TRS security system:

exec sgw_droptrngrp tran_group

where tran_group is the name of transaction group you want to delete.

Example

This procedure deletes the transaction group named “TGROUP1”:

exec sgw_droptrngrp TGROUP1
go