Skip to main content
DELETE
/
social
/
comments
/
{comment_id}
Delete a comment
curl --request DELETE \
  --url https://api.smartlyq.com/v1/social/comments/{comment_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": null,
  "meta": {
    "request_id": "req_abc123",
    "timestamp": "2026-03-01T16:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

comment_id
integer
required

Comment id

Response

Success

success
enum<boolean>
Available options:
true
data
null

No payload on success.

meta
object