Skip to content

Remove the caller's like on a post

DELETE
/posts/{id}/like

404 if the caller hadn’t liked the post (the optimistic-update client uses this signal to revert its local state). Counter is maintained by the 00020 trigger; we never decrement to below zero.

id
required
string format: uuid

Unliked

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed