Skip to content

Function: deleteInlineComment()

ts
function deleteInlineComment(client, parameters): Promise<void>;

Defined in: src/v2/api/comment.ts:463

Deletes an inline comment. This is a permanent deletion and cannot be reverted.

Permissions required: Permission to view the content of the page or blogpost and its corresponding space. Permission to delete comments in the space.

Parameters

ParameterTypeDescription
clientClient-
parameters{ commentId: number; }-
parameters.commentIdnumberThe ID of the comment to be deleted.

Returns

Promise&lt;void>