Delete Guide
DELETE/games/:game-id/guides/:guide-id
Delete a guide. Successful request will return 204 No Content
.
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 14028 | The 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. |
403 | 14031 | The 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
- 204
- 403
Successful Request. No Body Returned.
The 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.