curl --request DELETE \
--url https://apix.us.amity.co/api/v3/comments/{commentId} \
--header 'Authorization: Bearer <token>'
{
"status": "<string>",
"data": {
"success": true
}
}
curl --request DELETE \
--url https://apix.us.amity.co/api/v3/comments/{commentId} \
--header 'Authorization: Bearer <token>'
{
"status": "<string>",
"data": {
"success": true
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Get comment by ID.
comment information
The response is of type object
.