APIsCamunda 8 API (REST)SpecificationsGroupDelete groupVersion: 8.8 (unreleased)Delete group DELETE /groups/:groupKey Deletes the group with the given key. Request Responses204401404500The group was deleted successfully.The request lacks valid authentication credentials.The group with the groupKey was not found.An internal error occurred while processing the request.Was this helpful?