diff --git a/src/routes/documentation/+page.svx b/src/routes/documentation/+page.svx
index 27af5a1..4b65082 100644
--- a/src/routes/documentation/+page.svx
+++ b/src/routes/documentation/+page.svx
@@ -184,19 +184,6 @@ Search for breweries based on a search term.
-### Autocomplete
-
-Return a list of names and ids of breweries based on a search term. This endpoint is typically used for a drop-down selection.
-
-**Notes:**
-
-- For the `query` parameter, you can use underscores or [url encoding](https://en.wikipedia.org/wiki/Percent-encoding) for spaces.
-- The maximum number of breweries returned is **15**.
-
-`https://api.openbrewerydb.org/v1/breweries/autocomplete?query={search}`
-
-
-
---
## Metadata