Skip to main content
Question

Delete groups en masse

  • August 28, 2026
  • 1 reply
  • 12 views

Dez
Novice II

Is there any plan for future updates to be able to delete multiple groups at once? We would like to be able to delete 20 or 30 groups at once when they’re no longer needed. Deleting them one at a time, as you can imagine, is very time consuming.

1 reply

Hi ​@Dez, whenever I need to bulk delete groups, I setup a runner on Postman using the api:

DELETE: /audiences/v1/audience/{uuid}

A bit of a process to get that ‘up’ and running (haha) but a quick way to do it for sure.

You could also build a flow in Docebo Connect to delete groups that contain a specific word or hash of some effect, if you had it and it was a regular enough occurrence.