Skip to main content

Delete Guide

DELETE 

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

Delete a guide. Successful request will return 204 No Content.

Error Codes

Status CodeError RefDescription
40314028The authenticated user does not have permission to delete guides to this game. Ensure the user is part of the game team before attempting the request again.
40314031The guide cannot be deleted due to the request originating from a non-site admin whilst there is a DMCA report active against the guide.

Responses

Successful Request. No Body Returned.