delete Group

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + GROUPS_KEY + " WHERE " + GROUPS_KEY + ".id=:" + GROUP_IDENTIFIER_KEY", nativeQuery = true )
abstract fun deleteGroup(@Param(value = "group_id") groupId: String)

Method to execute the query to delete an existing Group

Parameters

groupId

The group identifier