deleteComment

@DELETE(value = activity/comment/{commentId})
abstract fun deleteComment(@Path(value = commentIdcommentId: String): Observable<ResponseBody>