A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Permanently deletes a group. Only users with admin-level permissions will be able to use this API.
57645The ID of the group.
A blank response is returned if the group was successfully deleted.
An unexpected client error.
curl -i -X DELETE "https://api.box.com/2.0/groups/57645" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.groups.deleteGroupById(group.id);client.groups.delete_group_by_id(group.id)await client.Groups.DeleteGroupByIdAsync(groupId: group.Id);try await client.groups.deleteGroupById(groupId: group.id)client.getGroups().deleteGroupById(group.getId())await client.Groups.DeleteGroupByIdAsync(groupId: group.Id);await client.groups.deleteGroupById(group.id);