Community Service
Home
Community Service
Api Reference
User Activity
Comment
Comment V2
Post
Changelog Release
Home
Community Service
Api Reference
User Activity
Comment
Comment V2
Post
Changelog Release
Comment Api
Copy Page
Introduction
Changelog Release
Local Development
UserActivity Api
Get User Comment
GET
Get User Posts
GET
Get User Activity Info
GET
Comment Api
LikeUnlikeComment
POST
CommentPost
POST
UpdateComment
POST
DeleteComment
DELETE
Get Comment by Post Id
GET
Get Reply Comment by Post Id and Post Id
GET
CommentV2 Api
CommentPost
POST
Post Api
GetAllPost
GET
CreatePost
POST
HidePost
GET
GetAllLikedPosts
GET
LikeUnlikePost
POST
ReportPost
POST
SearchPosts
GET
SharePost
GET
UpdatePost
POST
GetAllPostV2
GET
VotePost
POST
GetPost
GET
DeletePost
DELETE
GetRelatedPost
GET
Comment Api
Copy Page
DeleteComment
DELETE
/comment/{id}/delete
Try it
Run in Apidog
Run in Apidog
Comment Api
Delete Comment Process
Request
Path Params
Generate Code
id
string
required
Comment ID
Header Params
Generate Code
Authorization
string
required
Insert your access token
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'/comment//delete'
\
--header
'Authorization;'
Responses
🟢
200
OK
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
Modified at
2023-01-25 05:57:12
Previous
UpdateComment
Next
Get Comment by Post Id