/** * ```js * import { CommentRepository } from '@amityco/ts-sdk' * const success = await CommentRepository.softDeleteComment('foobar') * ``` * * Deletes a {@link Amity.Comment} * * @param commentId The {@link Amity.Comment} ID to delete * @return A success boolean if the {@link Amity.Comment} was deleted * * @category Comment API * @async */ export declare const softDeleteComment: (commentId: Amity.Comment['commentId']) => Promise; //# sourceMappingURL=softDeleteComment.d.ts.map