Interface CommentsApiCommentsDestroyRequest

Request parameters for commentsDestroy operation in CommentsApi.

CommentsApiCommentsDestroyRequest

interface CommentsApiCommentsDestroyRequest {
    id: number;
}

Properties

Properties

id: number

A unique integer value identifying this comment.

CommentsApiCommentsDestroy