LikePostRemove.mdx•1.18 kB
---
title: Like Post Remove
description: |
Removes a like/vote from the authenticated account for the post. It will
perform the inverse of any changes to the account's algorithm. Also is
idempotent, so repeated use will do nothing after being actioned once.
full: false
_openapi:
method: DELETE
route: /likes/posts/{post_id}
toc: []
structuredData:
headings: []
contents:
- content: >
Removes a like/vote from the authenticated account for the post. It
will
perform the inverse of any changes to the account's algorithm. Also is
idempotent, so repeated use will do nothing after being actioned once.
---
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Removes a like/vote from the authenticated account for the post. It will
perform the inverse of any changes to the account's algorithm. Also is
idempotent, so repeated use will do nothing after being actioned once.
<APIPage document={"../api/openapi.yaml"} operations={[{"path":"/likes/posts/{post_id}","method":"delete"}]} webhooks={[]} hasHead={false} />