Deletes groups in this deployment given an array of group IDs. The JSON body must contain one or more group IDs to delete groups. The
groups must already exist in the deployment. This call is atomic; either all of the
groups in the JSON document are successfully deleted, or none of them are.

Example of JSON payload to delete 1 existing group:

-data '[ "7db91912-a3e9-4641-873c-3deccd07484c" ]'

Example of JSON payload to delete 2 existing groups:

-data '[ "7db91912-a3e9-4641-873c-3deccd07484c","7dd106ab-2c3f-41ef-be60-d956498a6b21" ]'

This endpoint requires a JWT created for the primary/tenant account using the /user/login endpoint.

Language