Symantec Privileged Access Management

 View Only
  • 1.  How to delete all the devices under one device group

    Posted Jul 08, 2019 10:28 AM
    Good Evening friends,

    I have situations that I need to delete all the devices which are under a single device group.
    We have almost 90 devices in a group.
    It is hard to find and select multiple devices to delete.  I didn't put tags for them.

    any one help me to delete all the devices under one group in a single click or in simple method?

    Under manage devices I can see the columns Name, address, location, description and Operating system. Is there any way to add Group name here ? so that I can filter with group name and delete.


  • 2.  RE: How to delete all the devices under one device group
    Best Answer

    Broadcom Employee
    Posted Jul 16, 2019 10:12 AM
    ​Hello, When you edit the device groups, it will list all devices in the group. But we don't have a filter to list devices by device group. You can use the "GET /api.php/v1/deviceGroups.json/{id}/devices" Rest API resource to get the list of devices with IDs, and then the "DELETE /api.php/v1/devices.json/{id}" resource to delete each device using the IDs from the previous call.