# `DripDrop.Web.UnsubscribePlug`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/web/unsubscribe_plug.ex#L1)

Handles RFC 8058 one-click unsubscribe URLs generated by DripDrop.

# `call`

```elixir
@spec call(Plug.Conn.t(), term()) :: Plug.Conn.t()
```

Verifies the unsubscribe token in the path and records a suppression.

# `init`

```elixir
@spec init(term()) :: term()
```

Returns Plug initialization options unchanged.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
