Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt

Use this file to discover all available pages before exploring further.

路径

DELETE /filter/like/:filterId

认证

Bearer JWT

响应

{ "message": "ok" }

副作用

DELETE FROM user_liked_filters
WHERE id = :filterId AND owner_id = :userId
:filterIduser_liked_filters.id(不是 filter JSONB)。

src/hono/filter/index.ts

相关