English
Appearance
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.
client
Client
parameters
commentId
number
parameters.commentId
Promise<void>
Promise
void
Function: deleteInlineComment()
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
clientClientparameterscommentId:number; }parameters.commentIdnumberReturns
Promise<void>