Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Get comment by ID.
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.