[This is preliminary documentation and is subject to change.]

Removes a comment. User should be logged in to call this method.

Namespace:  Flux.API.Services
Assembly:  Rtx.Flux.WidgetsSite (in Rtx.Flux.WidgetsSite.dll) Version: 1.5.107.1

Syntax

C#
public InvokeResult DeleteComment(
	RequestInfo info,
	int commentId
)

Parameters

info
Type: Flux.API..::.RequestInfo
The request context.
commentId
Type: System..::.Int32
The comment identifier to be deleted.

Return Value

None
OkThe comment was deleted.
InvalidParametersOne or more required parameters is missing or invalid.
NotFoundNo comment exists for the specified identifier.
NotLoggedInThe user is not logged in (ie, their session has timed out).
ForbiddenThe user attempted to delete comment that they do not own or otherwise have rights to remove.
ReadOnlyModeAPI is in readonly mode.
SystemErrorAn unhandled system error occurred.

See Also