delete

fun delete(): Completable

Deprecated

Use AmitySocialClient.newCommentRepository().softDeleteComment() instead


fun delete(hardDelete: Boolean): Completable

Deprecated

Use AmitySocialClient.newCommentRepository().softDeleteComment() or hardDeleteComment() instead