In reply to
.
Or, wait. It accepts a `since_id`, but it’s not actually used. Looks like `min_id` is. https://github.com/pixelfed/pixelfed/blob/d48e6c5d67f2f9ba8a4a6f838cfba70a3eb7978a/app/Http/Controllers/Api/ApiV1Controller.php#L539
Also, Laravel Passport should provide a revoke route … but may require a `DELETE` method. https://github.com/laravel/passport/blob/ab9e2045e0d8649cd84de411d0332bdd5fe763a3/src/RouteRegistrar.php#L85
All fine of course, except I’ve been doing it wrong, thinking the API would more or less perfectly match Mastodon’s.