diff --git a/MediaBrowser.Api/System/SystemService.cs b/MediaBrowser.Api/System/SystemService.cs
index 9b6b6a7d69..3f2b3d66a3 100644
--- a/MediaBrowser.Api/System/SystemService.cs
+++ b/MediaBrowser.Api/System/SystemService.cs
@@ -32,12 +32,6 @@ namespace MediaBrowser.Api.System
}
- [Route("/System/Ping", "POST")]
- public class PingSystem : IReturnVoid
- {
-
- }
-
///
/// Class RestartApplication
///
@@ -110,11 +104,6 @@ namespace MediaBrowser.Api.System
_security = security;
}
- public object Post(PingSystem request)
- {
- return _appHost.Name;
- }
-
public object Get(GetServerLogs request)
{
List files;