diff --git a/flag.api.php b/flag.api.php
index bf1cf8d..bc51e26 100644
--- a/flag.api.php
+++ b/flag.api.php
@@ -26,18 +26,6 @@ function hook_flag_type_info_alter(array &$definitions) {
 }
 
 /**
- * Allow modules to alter a flag when it is initially loaded.
- *
- * @param \Drupal\flag\FlagInterface $flag
- *   The flag to alter.
- *
- * @see \Drupal\flag\FlagService::getFlags()
- */
-function hook_flag_alter(FlagInterface &$flag) {
-
-}
-
-/**
  * Alter a flag's default options.
  *
  * Modules that wish to extend flags and provide additional options must declare
