Skip to main content
POST
/
socials
/
posts
/
{id}
/
comments
/
{comment_id}
/
unlike
Unlike a comment
curl --request POST \
  --url https://api.crevio.co/v1/socials/posts/{id}/comments/{comment_id}/unlike \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "account_id": "<string>",
  "like_uri": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://crevio.co/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id
string
required

Post ID (prefix_id)

comment_id
string
required

Upstream comment ID

Body

application/json
account_id
string
required

Connected account to act as (sacct_ prefix id).

like_uri
string

Bluesky only: the like URI returned when liking.

Response

Like removed

The response is of type object.