Skip to main content

Delete Guide Comment

DELETE 

/games/:game-id/guides/:guide-id/comments/:comment-id

Delete a comment from a guide profile. Successful request will return 204 No Content and fire a GUIDE_COMMENT_DELETED event.

Request

Error Codes

Status CodeError RefDescription
40319027The authenticated user does not have permission to delete comments for this guide, this action is restricted to game team managers & administrators only.

Responses

Successful Request. No Body Returned.