pub async fn delete_friend_link(id: i32) -> Result<(), ServerFnError>
删除友链(物理删除)。仅 admin。
id 不存在时静默成功(幂等删除),成功后失效缓存与 SSR。
post
<auto>