ProductsZanderAPI EndpointsServersDelete serverOn this pagePOST server/delete Delete an existing server. NoteThis is a privileged endpoint. Only authorised queries will be processed. Parameters actioningUser string User initiating the action. serverId integer The ID of the server to delete. Examples TypicalMissing serverId{ "serverId": 2}Response{ "success": true, "message": "Deletion of server with id 2 has been successful"}The minecraft server with id 2 has been deleted.{ "serverId": 000000}Response{ "success": false}TODO