Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
If permanent data will be hard deleted
Response
OK
curl --request DELETE \
--url https://apix.us.amity.co/api/v4/comments/{commentId} \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://apix.us.amity.co/api/v4/comments/{commentId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
If permanent data will be hard deleted
OK