Remove the caller's like on a post
DELETE /posts/{id}/like
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”Unliked
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "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