Skip to main content
DELETE
/
socials
/
posts
/
{id}
/
comments
/
{comment_id}
Delete a comment
curl --request DELETE \
  --url https://api.crevio.co/v1/socials/posts/{id}/comments/{comment_id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "deleted": true
}

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

Query Parameters

account_id
string
required

Connected account that owns the comment (sacct_ prefix id).

Response

Comment deleted

id
string
required
object
enum<string>
required
Available options:
social_comment
deleted
boolean
required