Deleting Groups

This endpoint allows you to permanently delete a specific group from your organization using its unique ID. When a group is deleted, all group associations are removed, but the individual users within the group are not affected. This action cannot be undone, so please use it with caution. Authentication via API token is required.

Deleting a specific Group ( Possible values: The numeric ID for the Group. This can be retrieved for each user in the response for all active Groups. )
DELETE /api/v1/groups/[ GROUP ID ]/

DELETE a specific Group

curl 'https://acmeinc.datareportive.com/api/v1/groups/[ GROUP ID ]/' -X DELETE -H "Authorization: Token [ TOKEN ]"